Function srvIsPortRegistered

Source
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.