enumeración MBN_CELLULAR_CLASS (mbnapi.h)
Importante
A partir de Windows 10, versión 1803, las API de Win32 descritas en esta sección se reemplazan por las API de Windows Runtime en el espacio de nombres Windows.Networking.Connectivity.
El MBN_CELLULAR_CLASS tipo enumerado define el tipo de dispositivo móvil.
Syntax
typedef enum MBN_CELLULAR_CLASS {
MBN_CELLULAR_CLASS_NONE = 0,
MBN_CELLULAR_CLASS_GSM = 0x1,
MBN_CELLULAR_CLASS_CDMA = 0x2
} ;
Constantes
MBN_CELLULAR_CLASS_NONE Valor: 0 Ninguna clase de telefonía móvil. |
MBN_CELLULAR_CLASS_GSM Valor: 0x1 Clase de telefonía móvil GSM. |
MBN_CELLULAR_CLASS_CDMA Valor: 0x2 Clase de telefonía móvil CLASIFICAN. |
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows 7 [aplicaciones de escritorio | Aplicaciones para UWP] |
Servidor mínimo compatible | No se admite ninguno |
Encabezado | mbnapi.h |