Constant lrs::fd::flags::FD_WRITE_ONLY

The file description is in write-only mode.

Syntax

const FD_WRITE_ONLY: DescriptionFlags = DescriptionFlags(O_WRONLY);

See also