WWAN_DEVICE_SERVICE_SESSION_CAPABILITY enumeration (wwan.h)

The WWAN_DEVICE_SERVICE_SESSION_CAPABILITY enumeration lists the different device service session operations that are supported by the device service.

Syntax

typedef enum _WWAN_DEVICE_SERVICE_SESSION_CAPABILITY {
  WwanDeviceServiceSessionNotSupported,
  WwanDeviceServiceSessionWriteSupported,
  WwanDeviceServiceSessionReadSupported
} WWAN_DEVICE_SERVICE_SESSION_CAPABILITY, *PWWAN_DEVICE_SERVICE_SESSION_CAPABILITY;

Constants

 
WwanDeviceServiceSessionNotSupported
The device service does not support device service sessions.
WwanDeviceServiceSessionWriteSupported
The device service supports write operations from Windows to the miniport driver.
WwanDeviceServiceSessionReadSupported
The device service supports read indication notifications on a session for data read from the device.

Requirements

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

See also

WWAN_DEVICE_SERVICE_ENTRY