[][src]Function wpilib_sys::bindings::HAL_CheckSolenoidChannel

pub unsafe extern "C" fn HAL_CheckSolenoidChannel(channel: i32) -> HAL_Bool

Checks if a solenoid channel is in the valid range.

@param channel the channel number to check @return true if the channel number is valid, otherwise false