Function set_serial_param

Source
pub unsafe extern "C" fn set_serial_param(
    SerialHandle: Hlong,
    BaudRate: Hlong,
    DataBits: Hlong,
    FlowControl: *const c_char,
    Parity: *const c_char,
    StopBits: Hlong,
    TotalTimeOut: Hlong,
    InterCharTimeOut: Hlong,
) -> Herror