otSrpServerResponseCounters
#include <srp_server.h>
包含 SRP 服务器响应的统计信息。
摘要
公共属性 |
|
---|---|
mFormatError
|
uint32_t
格式错误响应的数量。
|
mNameExists
|
uint32_t
“名称已存在”的响应数。
|
mOther
|
uint32_t
其他响应的数量。
|
mRefused
|
uint32_t
拒绝的回答的数量。
|
mServerFailure
|
uint32_t
服务器故障响应的数量。
|
mSuccess
|
uint32_t
成功响应的数量。
|
公共属性
mFormatError
uint32_t otSrpServerResponseCounters::mFormatError
格式错误响应的数量。
mNameExists
uint32_t otSrpServerResponseCounters::mNameExists
“名称已存在”的响应数。
mOther
uint32_t otSrpServerResponseCounters::mOther
其他响应的数量。
mRefused
uint32_t otSrpServerResponseCounters::mRefused
拒绝的回答的数量。
mServerFailure
uint32_t otSrpServerResponseCounters::mServerFailure
服务器故障响应的数量。
mSuccess
uint32_t otSrpServerResponseCounters::mSuccess
成功响应的数量。
资源
OpenThread API 参考文档源自 GitHub 上提供的源代码。如需了解详情,或者为我们的文档做贡献,请参阅资源。