// wwan.h
typedef enum _WWAN_EMERGENCY_MODE {
WwanEmergencyModeOff,
WwanEmergencyModeOn,
WwanEmergencyModeMax
} WWAN_EMERGENCY_MODE, *PWWAN_EMERGENCY_MODE;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_EMERGENCY_MODE enumeration lists the different types of emergency modes that are supported by the MB device.
WwanEmergencyModeOffThe device is in normal mode.
WwanEmergencyModeOnThe device is in emergency mode. An example of an emergency mode function is a call to 911.
WwanEmergencyModeMaxThe total number of supported emergency modes.