WWAN_DEVICE_TYPE enumeration (wwan.h)

The WWAN_DEVICE_TYPE enumeration lists the different device types that describe the MB device.

Syntax

typedef enum _WWAN_DEVICE_TYPE {
  WwanDeviceTypeUnknown,
  WwanDeviceTypeEmbedded,
  WwanDeviceTypeRemovable,
  WwanDeviceTypeRemote,
  WwanDeviceTypeMax
} WWAN_DEVICE_TYPE, *PWWAN_DEVICE_TYPE;

Constants

 
WwanDeviceTypeUnknown
The device type is unknown.
WwanDeviceTypeEmbedded
The device type is embedded in the system.
WwanDeviceTypeRemovable
The device type is removable.
WwanDeviceTypeRemote
The device type is remote. For example, a tethered cellular phone modem.
WwanDeviceTypeMax
The total number of supported device types.

Requirements

Requirement Value
Minimum supported client Available in Windows 7 and later versions of Windows.
Header wwan.h (include Wwan.h)

See also

WWAN_DEVICE_CAPS