Lingua

SerialPort.OpenFlagSync Field

Definition

Caution

This constant will be removed in the future version. Use Android.Hardware.Serial.OpenFlags enum directly instead of this field.

For use with #requestOpen: write operations on the file will complete according to the requirements of synchronized I/O file integrity completion (by contrast with the synchronized I/O data integrity completion provided by FLAG_DATA_SYNC).

[Android.Runtime.Register("OPEN_FLAG_SYNC", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Serial.OpenFlags enum directly instead of this field.", true)]
public const Android.Hardware.Serial.OpenFlags OpenFlagSync = 1048576;
[<Android.Runtime.Register("OPEN_FLAG_SYNC", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Serial.OpenFlags enum directly instead of this field.", true)>]
val mutable OpenFlagSync : Android.Hardware.Serial.OpenFlags

Field Value

Value = 1048576
Attributes

Remarks

For use with requestOpen(int, boolean, Executor, OutcomeReceiver): write operations on the file will complete according to the requirements of synchronized I/O file integrity completion (by contrast with the synchronized I/O data integrity completion provided by FLAG_DATA_SYNC).

Android reference for android.hardware.serial.SerialPort.OPEN_FLAG_SYNC.

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