Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The WWAN_MICO_MODE enumeration lists Mobile Initiated Connection modes.
Syntax
typedef enum _WWAN_MICO_MODE {
WwanMicoModeDisabled,
WwanMicoModeEnabled,
WwanMicoModeUnsupported,
WwanMBIMMicoModeDefault,
WwanMicoModeMax
} WWAN_MICO_MODE;
Constants
WwanMicoModeDisabledMICO mode is disabled on the device. |
WwanMicoModeEnabledMICO mode is enabled on the device. |
WwanMicoModeUnsupportedUsed in OID_WWAN_REGISTER_PARAMS set or query responses only. Indicates that the device does not support MICO mode. |
WwanMBIMMicoModeDefaultUsed in OID_WWAN_REGISTER_PARAMS set requests only. Indicates that the default MICO mode in the device (including no MICO mode support) should be used by the device in 5G registration. |
WwanMicoModeMaxIndicates an out-of-bound value for this enumeration. All values less than WwanMicoModeMax are valid. All values larger than or equal to WwanMicoModeMax are invalid. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 2004 |
| Header | wwan.h |