Android.OS.ParcelFileDescriptor.Fd Property
Return the native fd int for this ParcelFileDescriptor.

Syntax

[get: Android.Runtime.Register("getFd", "()I", "GetGetFdHandler")]
public virtual int Fd { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Return the native fd int for this ParcelFileDescriptor. The ParcelFileDescriptor still owns the fd, and it still must be closed through this API.

[Android Documentation]

Requirements

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