[][src]Function wpilib_sys::bindings::HAL_GetSolenoid

pub unsafe extern "C" fn HAL_GetSolenoid(
    solenoidPortHandle: HAL_SolenoidHandle,
    status: *mut i32
) -> HAL_Bool

Gets the current solenoid output value.

@param solenoidPortHandle the solenoid handle @return true if the solenoid is on, otherwise false