WWAN_REGISTER_ACTION enumeration (wwan.h)

The WWAN_REGISTER_ACTION enumeration lists the different provider network registration actions that are supported by the MB device.

Syntax

typedef enum _WWAN_REGISTER_ACTION {
  WwanRegisterActionAutomatic,
  WwanRegisterActionManual,
  WwanRegisterActionMax
} WWAN_REGISTER_ACTION, *PWWAN_REGISTER_ACTION;

Constants

 
WwanRegisterActionAutomatic
Automatically register with provider and then packet-attach, if required.
WwanRegisterActionManual
Manually register with provider and then packet-attach, if required.
WwanRegisterActionMax
The total number of supported registration actions.

Requirements

Requirement Value
Minimum supported client Available in Windows 7 and later versions of Windows.
Header wwan.h (include Wwan.h)

See also

WWAN_SET_REGISTER_STATE