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 で入手できるソースコードに由来しています。 詳細について、またはドキュメントへの投稿については、リソースをご覧ください。