[][src]Function wpilib_sys::bindings::HAL_CheckDIOChannel

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

Checks if a DIO channel is valid.

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