WWAN_DEVICE_SERVICE_SESSION_STATE enumeration (wwan.h)

The WWAN_DEVICE_SERVICE_SESSION_STATE enumeration specifies the state of device service session. It can be used in a set operation to set the state of a session or can be used in an indication to report the state of a session.

Syntax

typedef enum _WWAN_DEVICE_SERVICE_SESSION_STATE {
  WwanDeviceServiceSessionOpen,
  WwanDeviceServiceSessionClosed
} WWAN_DEVICE_SERVICE_SESSION_STATE, *PWWAN_DEVICE_SERVICE_SESSION_STATE;

Constants

 
WwanDeviceServiceSessionOpen
The device service session is closed or should be closed.
WwanDeviceServiceSessionClosed
The device service session is open or should be opened.

Remarks

The WWAN_DEVICE_SERVICE_SESSION structure uses the WWAN_DEVICE_SERVICE_SESSION_STATE enumeration to set or report the state of a session.

Requirements

Requirement Value
Minimum supported client Available in Windows 8.
Header wwan.h (include Wwan.h)

See also

WWAN_DEVICE_SERVICE_SESSION