UsbEndpoint.Direction 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回端點的方向。
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 屬性授權中所述的詞彙使用。