pub fn tcsendbreak(fd: i32, duration: i32) -> Result<(), Errno>
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.