MBN_CELLULAR_CLASS enumeration (mbnapi.h)

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_NONE
Value: 0
No cellular class.
MBN_CELLULAR_CLASS_GSM
Value: 0x1
GSM cellular class.
MBN_CELLULAR_CLASS_CDMA
Value: 0x2
CDMA cellular class.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps | UWP apps]
Minimum supported server None supported
Header mbnapi.h