WWAN_EMERGENCY_MODE enumeration (wwan.h)
The WWAN_EMERGENCY_MODE enumeration lists the different types of emergency modes that are supported by the MB device.
Syntax
typedef enum _WWAN_EMERGENCY_MODE {
WwanEmergencyModeOff,
WwanEmergencyModeOn,
WwanEmergencyModeMax
} WWAN_EMERGENCY_MODE, *PWWAN_EMERGENCY_MODE;
Constants
WwanEmergencyModeOff The device is in normal mode. |
WwanEmergencyModeOn The device is in emergency mode. An example of an emergency mode function is a call to 911. |
WwanEmergencyModeMax The total number of supported emergency modes. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows 7 and later versions of Windows. |
Header | wwan.h (include Wwan.h) |