Enumeration ModemMode

Bitfield to indicate which access modes are supported, allowed or preferred in a given device.

Enumeration Members

MM_MODEM_MODE_NONE: 0

None.

MM_MODEM_MODE_CS: 1

CSD, GSM, and other circuit-switched technologies.

MM_MODEM_MODE_2G: 2

GPRS, EDGE.

MM_MODEM_MODE_3G: 4

UMTS, HSxPA.

MM_MODEM_MODE_4G: 8

LTE.

MM_MODEM_MODE_5G: 16

5GNR. Since 1.14.

MM_MODEM_MODE_ANY: 4294967295

Any mode can be used (only this value allowed for POTS modems).

Generated using TypeDoc