This structure contains the counters of DNS-SD server.
Public Attributes#
uint32_t
The number of successful responses.
uint32_t
The number of server failure responses.
uint32_t
The number of format error responses.
uint32_t
The number of name error responses.
uint32_t
The number of 'not implemented' responses.
uint32_t
The number of other responses.
uint32_t
The number of queries completely resolved by the local SRP server.
Public Attribute Documentation#
mSuccessResponse#
uint32_t otDnssdCounters::mSuccessResponse
The number of successful responses.
Definition at line
156
of file include/openthread/dnssd_server.h
mServerFailureResponse#
uint32_t otDnssdCounters::mServerFailureResponse
The number of server failure responses.
Definition at line
157
of file include/openthread/dnssd_server.h
mFormatErrorResponse#
uint32_t otDnssdCounters::mFormatErrorResponse
The number of format error responses.
Definition at line
158
of file include/openthread/dnssd_server.h
mNameErrorResponse#
uint32_t otDnssdCounters::mNameErrorResponse
The number of name error responses.
Definition at line
159
of file include/openthread/dnssd_server.h
mNotImplementedResponse#
uint32_t otDnssdCounters::mNotImplementedResponse
The number of 'not implemented' responses.
Definition at line
160
of file include/openthread/dnssd_server.h
mOtherResponse#
uint32_t otDnssdCounters::mOtherResponse
The number of other responses.
Definition at line
161
of file include/openthread/dnssd_server.h
mResolvedBySrp#
uint32_t otDnssdCounters::mResolvedBySrp
The number of queries completely resolved by the local SRP server.
Definition at line
163
of file include/openthread/dnssd_server.h