Enumeration BearerIpMethod

Enumeration Members

MM_BEARER_IP_METHOD_UNKNOWN: 0

Unknown method.

MM_BEARER_IP_METHOD_PPP: 1

Use PPP to get the address.

MM_BEARER_IP_METHOD_STATIC: 2

Use the provided static IP configuration given by the modem to configure the IP data interface.

MM_BEARER_IP_METHOD_DHCP: 3

Begin DHCP on the data interface to obtain necessary IP configuration details.

Generated using TypeDoc