Function esp_idf_sys::tcsendbreak

source ·
pub unsafe extern "C" fn tcsendbreak(
    fd: c_int,
    duration: c_int
) -> c_int
Expand description

@brief Send a break for a specific duration

@param fd file descriptor of the terminal @param duration duration of break @return 0 when successful, -1 otherwise with errno set