pub unsafe extern "C" fn otSrpClientIsRunning(
aInstance: *mut otInstance,
) -> bool
Expand description
Indicates whether the SRP client is running or not.
@param[in] aInstance A pointer to the OpenThread instance.
@returns TRUE if the SRP client is running, FALSE otherwise.