[][src]Function wpilib_sys::bindings::HAL_SetSerialParity

pub unsafe extern "C" fn HAL_SetSerialParity(
    port: Type,
    parity: i32,
    status: *mut i32
)

Sets the number of parity bits on a serial port.

Valid values are: 0: None (default) 1: Odd 2: Even 3: Mark - Means exists and always 1 4: Space - Means exists and always 0

@param port the serial port @param parity the parity bit mode (see remarks for valid values)