WWAN_DEVICE_SERVICE_SESSION_CAPABILITY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wwan.h

typedef enum _WWAN_DEVICE_SERVICE_SESSION_CAPABILITY {
  WwanDeviceServiceSessionNotSupported,
  WwanDeviceServiceSessionWriteSupported,
  WwanDeviceServiceSessionReadSupported
} WWAN_DEVICE_SERVICE_SESSION_CAPABILITY, *PWWAN_DEVICE_SERVICE_SESSION_CAPABILITY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wwan-_wwan_device_service_session_capability)

_WWAN_DEVICE_SERVICE_SESSION_CAPABILITY enumeration

Description

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

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.

See also

WWAN_DEVICE_SERVICE_ENTRY