pub fn tcsendbreak(fd: RawFd, duration: c_int) -> Result<()>
Available on crate feature term only.
Expand description

Send a break for a specific duration (see tcsendbreak(3p)).

When using asynchronous data transmission tcsendbreak() will transmit a continuous stream of zero-valued bits for an implementation-defined duration.