otSrpClientAutoStartCallback
Pointer type defines the callback used by SRP client to notify user when it is auto-started or stopped. This is only used when auto-start feature `OPENTHREAD_CONFIG_SRP_CLIENT_AUTO_START_API_ENABLE` is enabled. This callback is invoked when auto-start mode is enabled and the SRP client is either automatically started or stopped.
Syntax
typedef void (*otSrpClientAutoStartCallback)(const otSockAddr *aServerSockAddr, void *aContext);