pub unsafe extern "C" fn otSrpClientStop(aInstance: *mut otInstance)
Expand description

Stops the SRP client operation.

Stops any further interactions with the SRP server. Note that it does not remove or clear host info and/or list of services. It marks all services to be added/removed again once the client is (re)started.

@param[in] aInstance A pointer to the OpenThread instance.