Constant lrs::fd::flags::FD_READ_ONLY

The file description is in read-only mode.

Syntax

const FD_READ_ONLY: DescriptionFlags = DescriptionFlags(O_RDONLY);

See also