Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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)

See also

EVT_UCX_USBDEVICE_GET_CHARACTERISTIC


Feedback

Was this page helpful?

Additional resources