Os.FcntlInt(FileDescriptor, Int32, Int32) Method

Definition

See fcntl(2).

[Android.Runtime.Register("fcntlInt", "(Ljava/io/FileDescriptor;II)I", "", ApiSince=30)]
public static int FcntlInt (Java.IO.FileDescriptor fd, int cmd, int arg);
[<Android.Runtime.Register("fcntlInt", "(Ljava/io/FileDescriptor;II)I", "", ApiSince=30)>]
static member FcntlInt : Java.IO.FileDescriptor * int * int -> int

Parameters

cmd
Int32
arg
Int32

Returns

Attributes

Remarks

See fcntl(2).

Java documentation for android.system.Os.fcntlInt(java.io.FileDescriptor, int, int).

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