共用方式為


EFI_USB_ENDPOINT_TYPE

EFI_USB_ENDPOINT_TYPE列舉包含用來指出端點類型的值。

語法

typedef enum _EFI_USB_ENDPOINT_TYPE{
  UsbEndpointControl = 0x00,
  UsbEndpointIsochronous = 0x01,
  UsbEndpointBulk = 0x02,
  UsbEndpointInterrupt = 0x03
} EFI_USB_ENDPOINT_TYPE;

常數

UsbEndpointControl
控制傳輸 - 命令和狀態作業。

UsbEndpointIsochronous
隨機傳輸 - 具有保證頻寬和限定延遲的時間敏感性資料連續串流。

UsbEndpointBulk
大量傳輸 - 高載中的大量資料,不保證頻寬或延遲最低。

UsbEndpointInterrupt
中斷傳輸 - 保證最大延遲的非定期通訊。

規格需求

頭: 使用者產生的