WWAN_CELLULAR_CLASS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wwan.h

typedef enum _WWAN_CELLULAR_CLASS {
  WwanCellularClassUnknown,
  WwanCellularClassGsm,
  WwanCellularClassCdma,
  WwanCellularClassMax
} WWAN_CELLULAR_CLASS, *PWWAN_CELLULAR_CLASS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wwan-_wwan_cellular_class)

_WWAN_CELLULAR_CLASS enumeration

Description

The WWAN_CELLULAR_CLASS enumeration lists the different classes of cellular technology that are supported by the MB device.

Constants

WwanCellularClassUnknown

The device uses an unknown cellular technology.

WwanCellularClassGsm

The device uses GSM-based technology.

WwanCellularClassCdma

The device uses CDMA-based technology.

WwanCellularClassMax

The total number of supported cellular classes.

See also

WWAN_DEVICE_CAPS