Method lrs::socket::Socket::is_timestamp

Retrieves whether this socket sends timestamp control messages.

Syntax

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

Return value

Returns whether this socket sends timestamp control messages.

See also