[][src]Function wpilib_sys::bindings::HAL_GetPort

pub unsafe extern "C" fn HAL_GetPort(channel: i32) -> HAL_PortHandle

Gets a port handle for a specific channel.

The created handle does not need to be freed.

@param channel the channel number @return the created port