WWAN_MODEM_CONFIG_STATE enumeration (wwan.h)
The WWAN_MODEM_CONFIG_STATE enumeration lists definitions used by the modem to inform the OS about its modem configuration state.
Syntax
typedef enum _WWAN_MODEM_CONFIG_STATE {
WwanModemConfigStateUnknown,
WwanModemConfigStatePending,
WwanModemConfigStateCompleted,
WwanModemConfigStateMax
} WWAN_MODEM_CONFIG_STATE, *PWWAN_MODEM_CONFIG_STATE;
Constants
WwanModemConfigStateUnknown The modem configuration state is currently not available. |
WwanModemConfigStatePending The modem is currently selecting the best suitable configuration file that matches the UICC info. |
WwanModemConfigStateCompleted The modem has completed its configuration and modem subcomponents are aware of the new configuration. |
WwanModemConfigStateMax The maximum value for this enumeration. This value might change in future versions of the NDIS header files and binaries. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1709 |
Header | wwan.h (include Wwan.h) |