Constant lrs::file::flags::FILE_DATA_SYNC

Ensure that enough data has been passed to the hardware after a write so that the data can be read back.

Syntax

const FILE_DATA_SYNC: FileFlags = FileFlags(O_DSYNC);

See also