共用方式為


UsbEndpoint.Direction 屬性

定義

傳回端點的方向。

public virtual Android.Hardware.Usb.UsbAddressing Direction { [Android.Runtime.Register("getDirection", "()I", "GetGetDirectionHandler")] get; }
[<get: Android.Runtime.Register("getDirection", "()I", "GetGetDirectionHandler")>]
member this.Direction : Android.Hardware.Usb.UsbAddressing

屬性值

端點的方向

屬性

備註

傳回端點的方向。 UsbConstants#USB_DIR_OUT如果方向是主機到裝置,則傳回 ,如果UsbConstants#USB_DIR_IN方向是要裝載的裝置,則傳回 。

android.hardware.usb.UsbEndpoint.getDirection()Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於