pub unsafe extern "C" fn otSrpServerGetNextHost(
    aInstance: *mut otInstance,
    aHost: *const otSrpServerHost
) -> *const otSrpServerHost
Expand description

Returns the next registered host on the SRP server.

@param[in] aInstance A pointer to an OpenThread instance. @param[in] aHost A pointer to current host; use NULL to get the first host.

@returns A pointer to the registered host. NULL, if no more hosts can be found.