Os.Tcsendbreak(FileDescriptor, Int32) Method

Definition

[Android.Runtime.Register("tcsendbreak", "(Ljava/io/FileDescriptor;I)V", "")]
public static void Tcsendbreak (Java.IO.FileDescriptor? fd, int duration);
[<Android.Runtime.Register("tcsendbreak", "(Ljava/io/FileDescriptor;I)V", "")>]
static member Tcsendbreak : Java.IO.FileDescriptor * int -> unit

Parameters

duration
Int32
Attributes

Exceptions

Remarks

See tcsendbreak(3).

Java documentation for android.system.Os.tcsendbreak(java.io.FileDescriptor, 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