pub unsafe extern "C" fn otSrpServerServiceIsDeleted(
aService: *const otSrpServerService,
) -> bool
Expand description
Indicates whether or not the SRP service has been deleted.
A SRP service can be deleted but retains its name for future uses. In this case, the service instance is not removed from the SRP server/registry. It is guaranteed that all services are deleted if the host is deleted.
@param[in] aService A pointer to the SRP service.
@returns TRUE if the service has been deleted, FALSE if not.