UCX_CONTROLLER_ENDPOINT_CHARACTERISTIC_PRIORITY enumeration (ucxendpoint.h)
Indicates the priority of endpoints.
Syntax
typedef enum _UCX_ENDPOINT_CHARACTERISTIC_PRIORITY {
UCX_ENDPOINT_CHARACTERISTIC_PRIORITY_NONE,
UCX_ENDPOINT_CHARACTERISTIC_PRIORITY_BULK_VIDEO,
UCX_ENDPOINT_CHARACTERISTIC_PRIORITY_BULK_VOICE,
UCX_ENDPOINT_CHARACTERISTIC_PRIORITY_BULK_INTERACTIVE
} UCX_CONTROLLER_ENDPOINT_CHARACTERISTIC_PRIORITY;
Constants
UCX_ENDPOINT_CHARACTERISTIC_PRIORITY_NONE No characteristics of the endpoint. |
UCX_ENDPOINT_CHARACTERISTIC_PRIORITY_BULK_VIDEO Bulk endpoint with video has the priority. |
UCX_ENDPOINT_CHARACTERISTIC_PRIORITY_BULK_VOICE Bulk endpoint with voice has the priority. |
UCX_ENDPOINT_CHARACTERISTIC_PRIORITY_BULK_INTERACTIVE Bulk endpoint with interactive has the priority. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1709 |
Minimum supported server | Windows Server 2016 |
Header | ucxendpoint.h (include Ucxclass.h) |