Function srvRegisterPort

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

Registers a port.

ยงArguments

  • name - Name of the port.
  • clientHandle - Client handle of the port.