UsbDevice.DeviceProtocol Property

Definition

Returns the device's protocol field.

public virtual int DeviceProtocol { [Android.Runtime.Register("getDeviceProtocol", "()I", "GetGetDeviceProtocolHandler")] get; }
[<get: Android.Runtime.Register("getDeviceProtocol", "()I", "GetGetDeviceProtocolHandler")>]
member this.DeviceProtocol : int

Property Value

the device's protocol

Attributes

Remarks

Returns the device's protocol field.

Java documentation for android.hardware.usb.UsbDevice.getDeviceProtocol().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to