// wwan.h
typedef enum _WWAN_MICO_MODE {
WwanMicoModeDisabled,
WwanMicoModeEnabled,
WwanMicoModeUnsupported,
WwanMBIMMicoModeDefault,
WwanMicoModeMax
} WWAN_MICO_MODE;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_MICO_MODE enumeration lists Mobile Initiated Connection modes.
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.