Android.Hardware.Usb.UsbDeviceConnection.FileDescriptor Property
Returns the native file descriptor for the device, or -1 if the device is not opened.

Syntax

[get: Android.Runtime.Register("getFileDescriptor", "()I", "GetGetFileDescriptorHandler")]
public virtual int FileDescriptor { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the native file descriptor for the device, or -1 if the device is not opened. This is intended for passing to native code to access the device.

[Android Documentation]

Requirements

Namespace: Android.Hardware.Usb
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 12