pub unsafe extern "C" fn otSrpServerGetResponseCounters(
aInstance: *mut otInstance,
) -> *const otSrpServerResponseCounters
Expand description
Returns the response counters of the SRP server.
@param[in] aInstance A pointer to an OpenThread instance.
@returns A pointer to the response counters of the SRP server.