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