dc_iostream_set_rts

Function dc_iostream_set_rts 

Source
pub unsafe extern "C" fn dc_iostream_set_rts(
    iostream: *mut dc_iostream_t,
    value: c_uint,
) -> dc_status_t
Expand description

Set the state of the RTS line.

@param[in] iostream A valid I/O stream. @param[in] value The RTS line state. @returns #DC_STATUS_SUCCESS on success, or another #dc_status_t code on failure.