[][src]Function wpilib_sys::bindings::HAL_SetAllSolenoids

pub unsafe extern "C" fn HAL_SetAllSolenoids(
    module: i32,
    state: i32,
    status: *mut i32
)

Sets all channels on a specific module.

@param module the module to set the channels on @param state bitmask of the channels to set, 1 for on 0 for off