[][src]Function wpilib_sys::bindings::HAL_SetRelay

pub unsafe extern "C" fn HAL_SetRelay(
    relayPortHandle: HAL_RelayHandle,
    on: HAL_Bool,
    status: *mut i32
)

Sets the state of a relay output.

@param relayPortHandle the relay handle @param on true for on, false for off