[][src]Function wpilib_sys::bindings::HAL_WriteSerial

pub unsafe extern "C" fn HAL_WriteSerial(
    port: Type,
    buffer: *const c_char,
    count: i32,
    status: *mut i32
) -> i32

Writes data to the serial port.

@param port the serial port @param buffer the buffer to write @param count the number of bytes to write from the buffer @return the number of bytes actually written