pub unsafe extern "C" fn otSrpServerHostGetNextService(
aHost: *const otSrpServerHost,
aService: *const otSrpServerService,
) -> *const otSrpServerService
Expand description
Returns the next service of given host.
@param[in] aHost A pointer to the SRP service host. @param[in] aService A pointer to current SRP service instance; use NULL to get the first service.
@returns A pointer to the next service or NULL if there is no more services.