Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
WwanDeviceServiceSessionNotSupportedThe device service does not support device service sessions. |
WwanDeviceServiceSessionWriteSupportedThe device service supports write operations from Windows to the miniport driver. |
WwanDeviceServiceSessionReadSupportedThe 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) |