WWAN_MICO_MODE enumeration (wwan.h)

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

 
WwanMicoModeDisabled
MICO mode is disabled on the device.
WwanMicoModeEnabled
MICO mode is enabled on the device.
WwanMicoModeUnsupported
Used in OID_WWAN_REGISTER_PARAMS set or query responses only. Indicates that the device does not support MICO mode.
WwanMBIMMicoModeDefault
Used 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.
WwanMicoModeMax
Indicates 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

See also

WWAN_REGISTRATION_PARAMS_INFO

OID_WWAN_REGISTER_PARAMS