[][src]Function wpilib_sys::bindings::HAL_GetDIODirection

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

Reads the direction of a DIO channel.

@param dioPortHandle the digital port handle @return true for input, false for output