[][src]Function wpilib_sys::bindings::HAL_InitializeDIOPort

pub unsafe extern "C" fn HAL_InitializeDIOPort(
    portHandle: HAL_PortHandle,
    input: HAL_Bool,
    status: *mut i32
) -> HAL_DigitalHandle

Creates a new instance of a digital port.

@param portHandle the port handle to create from @param input true for input, false for output @return the created digital handle