Function srvGetPort

Source
pub unsafe extern "C" fn srvGetPort(
    out: *mut Handle,
    name: *const c_char,
) -> Result
Expand description

Retrieves a port handle.

ยงArguments

  • out - Pointer to output the handle to.
  • name - Name of the port.