[][src]Function wpilib_sys::bindings::HAL_GetRelay

pub unsafe extern "C" fn HAL_GetRelay(
    relayPortHandle: HAL_RelayHandle,
    status: *mut i32
) -> HAL_Bool

Gets the current state of the relay channel.

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