WWAN_SIM_CLASS - NtDoc

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

typedef enum _WWAN_SIM_CLASS {
  WwanSimClassUnknown,
  WwanSimClassSimLogical,
  WwanSimClassSimRemovable,
  WwanSimClassSimRemote,
  WwanSimClassMax
} WWAN_SIM_CLASS, *PWWAN_SIM_CLASS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WWAN_SIM_CLASS enumeration

Description

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

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.

See also

WWAN_DEVICE_CAPS