Constant lrs::fd::flags::FD_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 FD_DATA_SYNC: DescriptionFlags = DescriptionFlags(O_DSYNC);

See also