[][src]Function nix::sys::termios::tcsendbreak

pub fn tcsendbreak(fd: RawFd, duration: c_int) -> Result<()>

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.