[][src]Function wpilib_sys::bindings::HAL_EnableSerialTermination

pub unsafe extern "C" fn HAL_EnableSerialTermination(
    port: Type,
    terminator: c_char,
    status: *mut i32
)

Sets the termination character that terminates a read.

By default this is disabled.

@param port the serial port @param terminator the termination character to set