Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Important
Starting in Windows 10, version 1803, the Win32 APIs described in this section are replaced by the Windows Runtime APIs in the Windows.Networking.Connectivity namespace.
The MBN_CELLULAR_CLASS enumerated type defines the type of cellular device.
Syntax
typedef enum MBN_CELLULAR_CLASS {
MBN_CELLULAR_CLASS_NONE = 0,
MBN_CELLULAR_CLASS_GSM = 0x1,
MBN_CELLULAR_CLASS_CDMA = 0x2
} ;
Constants
MBN_CELLULAR_CLASS_NONEValue: 0 No cellular class. |
MBN_CELLULAR_CLASS_GSMValue: 0x1 GSM cellular class. |
MBN_CELLULAR_CLASS_CDMAValue: 0x2 CDMA cellular class. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps | UWP apps] |
| Minimum supported server | None supported |
| Header | mbnapi.h |