Lingua

SerialPort.OpenFlagDataSync 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 data integrity completion (while file metadata may not be synchronized).

[Android.Runtime.Register("OPEN_FLAG_DATA_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 OpenFlagDataSync = 4096;
[<Android.Runtime.Register("OPEN_FLAG_DATA_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 OpenFlagDataSync : Android.Hardware.Serial.OpenFlags

Field Value

Value = 4096
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 data integrity completion (while file metadata may not be synchronized).

Android reference for android.hardware.serial.SerialPort.OPEN_FLAG_DATA_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