Method lrs::socket::Socket::is_oob_inline

Retrieves whether this socket places out-of-band data directly into the data stream.

Syntax

impl Socket {
    fn is_oob_inline(&self) -> Result<bool, Errno>
}

Return value

Returns whether this socket places out-of-band data directly into the data stream.

See also