WWAN_SIM_CLASS enumeration (wwan.h)

The WWAN_SIM_CLASS enumeration lists the different types of Subscriber Identity Modules (SIMs) that are supported by the MB device.

Syntax

typedef enum _WWAN_SIM_CLASS {
  WwanSimClassUnknown,
  WwanSimClassSimLogical,
  WwanSimClassSimRemovable,
  WwanSimClassSimRemote,
  WwanSimClassMax
} WWAN_SIM_CLASS, *PWWAN_SIM_CLASS;

Constants

 
WwanSimClassUnknown
The device supports an unknown class of SIM.
WwanSimClassSimLogical
The device supports a logical or embedded SIM.
WwanSimClassSimRemovable
The device supports a removable SIM.
WwanSimClassSimRemote
The device supports a remote SIM that is not physically attached to MB device. For example, a
tethered cellular telephone modem.
WwanSimClassMax
The total number of supported SIM classes.

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