UCX_USBDEVICE_CHARACTERISTIC structure (ucxusbdevice.h)
Stores the characteristics of a device.
Syntax
typedef struct _UCX_USBDEVICE_CHARACTERISTIC {
ULONG Size;
UCX_USBDEVICE_CHARACTERISTIC_TYPE CharacteristicType;
union {
UCX_USBDEVICE_CHARACTERISTIC_PATH_DELAY PathDelay;
};
} UCX_USBDEVICE_CHARACTERISTIC, *PUCX_USBDEVICE_CHARACTERISTIC;
Members
Size
Size of this structure.
CharacteristicType
A UCX_USBDEVICE_CHARACTERISTIC_TYPE-type value that indicates the type of device characteristic.
PathDelay
A UCX_USBDEVICE_CHARACTERISTIC_PATH_DELAY-typed value that indicates the path delay values for the endpoint.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1709 |
Minimum supported server | Windows Server 2016 |
Header | ucxusbdevice.h (include Ucxclass.h) |