Language

SerialPortResponse.FileDescriptor Property

Definition

The file descriptor obtained by opening the device node of the serial port.

public Android.OS.ParcelFileDescriptor FileDescriptor { [Android.Runtime.Register("getFileDescriptor", "()Landroid/os/ParcelFileDescriptor;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getFileDescriptor", "()Landroid/os/ParcelFileDescriptor;", "", ApiSince=37)>]
member this.FileDescriptor : Android.OS.ParcelFileDescriptor

Property Value

Attributes

Remarks

The file descriptor obtained by opening the device node of the serial port.

The client of the API is responsible for closing the file descriptor after use.

Android reference for android.hardware.serial.SerialPortResponse.getFileDescriptor.

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