Function esp_idf_sys::tcflow

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

@brief Suspend or restart the transmission or reception of data

@param fd file descriptor of the terminal @param action selects actions to do @return 0 when successful, -1 otherwise with errno set