otDnssdCounters

#include <dnssd_server.h>

包含 DNS-SD 服务器的计数器。

摘要

公共属性

mFormatErrorResponse
uint32_t
格式错误响应的数量。
mNameErrorResponse
uint32_t
名称错误响应的数量。
mNotImplementedResponse
uint32_t
“未实现”的响应数量。
mOtherResponse
uint32_t
其他响应的数量。
mResolvedBySrp
uint32_t
完全由本地 SRP 服务器解析的查询数。
mServerFailureResponse
uint32_t
服务器故障响应的数量。
mSuccessResponse
uint32_t
成功响应的数量。

公共属性

mFormatErrorResponse

uint32_t otDnssdCounters::mFormatErrorResponse

格式错误响应的数量。

mNameErrorResponse

uint32_t otDnssdCounters::mNameErrorResponse

名称错误响应的数量。

mNotImplementedResponse

uint32_t otDnssdCounters::mNotImplementedResponse

“未实现”的响应数量。

mOtherResponse

uint32_t otDnssdCounters::mOtherResponse

其他响应的数量。

mResolvedBySrp

uint32_t otDnssdCounters::mResolvedBySrp

完全由本地 SRP 服务器解析的查询数。

mServerFailureResponse

uint32_t otDnssdCounters::mServerFailureResponse

服务器故障响应的数量。

mSuccessResponse

uint32_t otDnssdCounters::mSuccessResponse

成功响应的数量。

资源

OpenThread API 参考文档源自 GitHub 上提供的源代码。如需了解详情,或者为我们的文档做贡献,请参阅资源