pub unsafe extern "C" fn srvIsPortRegistered(
registeredOut: *mut bool,
name: *const c_char,
) -> ResultExpand description
Checks whether a port is registered.
ยงArguments
registeredOut- Pointer to output the registration status to.name- Name of the port to check.