WWAN_DEVICE_SERVICE_SESSION_CAPABILITY 枚举 (wwan.h)
WWAN_DEVICE_SERVICE_SESSION_CAPABILITY枚举列出了设备服务支持的不同设备服务会话操作。
语法
typedef enum _WWAN_DEVICE_SERVICE_SESSION_CAPABILITY {
WwanDeviceServiceSessionNotSupported,
WwanDeviceServiceSessionWriteSupported,
WwanDeviceServiceSessionReadSupported
} WWAN_DEVICE_SERVICE_SESSION_CAPABILITY, *PWWAN_DEVICE_SERVICE_SESSION_CAPABILITY;
常量
WwanDeviceServiceSessionNotSupported 设备服务不支持设备服务会话。 |
WwanDeviceServiceSessionWriteSupported 设备服务支持从 Windows 到微型端口驱动程序的写入操作。 |
WwanDeviceServiceSessionReadSupported 对于从设备读取的数据,设备服务支持在会话上发出读取指示通知。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | 在 Windows 8 中可用。 |
标头 | wwan.h (包括 Wwan.h) |