[][src]Function wpilib_sys::bindings::HAL_GetAllSolenoids

pub unsafe extern "C" fn HAL_GetAllSolenoids(
    module: i32,
    status: *mut i32
) -> i32

Gets the status of all solenoids on a specific module.

@param module the module to check @return bitmask of the channels, 1 for on 0 for off