enumerazione WWAN_CELLULAR_CLASS (wwan.h)
L'enumerazione WWAN_CELLULAR_CLASS elenca le diverse classi di tecnologia cellulare supportate dal dispositivo MB.
Sintassi
typedef enum _WWAN_CELLULAR_CLASS {
WwanCellularClassUnknown,
WwanCellularClassGsm,
WwanCellularClassCdma,
WwanCellularClassMax
} WWAN_CELLULAR_CLASS, *PWWAN_CELLULAR_CLASS;
Costanti
WwanCellularClassUnknown Il dispositivo usa una tecnologia cellulare sconosciuta. |
WwanCellularClassGsm Il dispositivo usa la tecnologia basata su GSM. |
WwanCellularClassCdma Il dispositivo usa la tecnologia basata su CDMA. |
WwanCellularClassMax Numero totale di classi cellulari supportate. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Disponibile in Windows 7 e versioni successive di Windows. |
Intestazione | wwan.h (include Wwan.h) |