pub unsafe extern "C" fn otSrpServerHostIsDeleted(
    aHost: *const otSrpServerHost
) -> bool
Expand description

Tells if the SRP service host has been deleted.

A SRP service host can be deleted but retains its name for future uses. In this case, the host instance is not removed from the SRP server/registry.

@param[in] aHost A pointer to the SRP service host.

@returns TRUE if the host has been deleted, FALSE if not.