Constant lrs::fd::flags::FD_READ_WRITE

The file description is open for reading and writing.

Syntax

const FD_READ_WRITE: DescriptionFlags = DescriptionFlags(O_RDWR);

See also