pub unsafe extern "C" fn srvIsPortRegistered(
    registeredOut: *mut bool,
    name: *const c_char
) -> Result
Expand description

Checks whether a port is registered.

§Arguments

  • registeredOut - Pointer to output the registration status to.
  • name - Name of the port to check.