enumerazione UCX_CONTROLLER_ENDPOINT_CHARACTERISTIC_PRIORITY (ucxendpoint.h)
Indica la priorità degli endpoint.
Sintassi
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;
Costanti
UCX_ENDPOINT_CHARACTERISTIC_PRIORITY_NONE Nessuna caratteristica dell'endpoint. |
UCX_ENDPOINT_CHARACTERISTIC_PRIORITY_BULK_VIDEO L'endpoint bulk con video ha la priorità. |
UCX_ENDPOINT_CHARACTERISTIC_PRIORITY_BULK_VOICE L'endpoint bulk con voce ha la priorità. |
UCX_ENDPOINT_CHARACTERISTIC_PRIORITY_BULK_INTERACTIVE L'endpoint bulk con interattivo ha la priorità. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 10, versione 1709 |
Server minimo supportato | Windows Server 2016 |
Intestazione | ucxendpoint.h (includere Ucxclass.h) |