Constant lrs::fd::flags::FD_SYNC

Ensure that all data has been passed to the hardware after a write.

Syntax

const FD_SYNC: DescriptionFlags = DescriptionFlags(O_SYNC);

See also