otSrpServerResponseCounters
#include <srp_server.h>
Includes the statistics of SRP server responses.
Summary
Public attributes |
|
---|---|
mFormatError
|
uint32_t
The number of format error responses.
|
mNameExists
|
uint32_t
The number of 'name exists' responses.
|
mOther
|
uint32_t
The number of other responses.
|
mRefused
|
uint32_t
The number of refused responses.
|
mServerFailure
|
uint32_t
The number of server failure responses.
|
mSuccess
|
uint32_t
The number of successful responses.
|
Public attributes
mFormatError
uint32_t otSrpServerResponseCounters::mFormatError
The number of format error responses.
mNameExists
uint32_t otSrpServerResponseCounters::mNameExists
The number of 'name exists' responses.
mOther
uint32_t otSrpServerResponseCounters::mOther
The number of other responses.
mRefused
uint32_t otSrpServerResponseCounters::mRefused
The number of refused responses.
mServerFailure
uint32_t otSrpServerResponseCounters::mServerFailure
The number of server failure responses.
mSuccess
uint32_t otSrpServerResponseCounters::mSuccess
The number of successful responses.
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.