[][src]Function wpilib_sys::bindings::HAL_GetDIO

pub unsafe extern "C" fn HAL_GetDIO(
    dioPortHandle: HAL_DigitalHandle,
    status: *mut i32
) -> HAL_Bool

Reads a digital value from a DIO channel.

@param dioPortHandle the digital port handle @return the state of the specified channel