otNetworkDiagMleCounters
#include <netdiag.h>
ネットワーク診断 MLE カウンタの値を表します。
概要
パブリック属性 |
|
---|---|
mAttachAttempts
|
uint16_t
デバイスの接続解除中に接続を試行した回数。
|
mBetterPartitionAttachAttempts
|
uint16_t
適切なパーティションへの接続を試行する回数。
|
mChildRole
|
uint16_t
デバイスがお子様のロールに移行した回数。
|
mChildTime
|
uint64_t
ミリ秒単位のデバイスがお子様の役割に含まれています。
|
mDetachedRole
|
uint16_t
デバイスが接続解除されたロールを開始した回数。
|
mDetachedTime
|
uint64_t
ミリ秒単位のデバイスが接続解除されたロールでした。
|
mDisabledRole
|
uint16_t
デバイスが無効化されたロールに入った回数。
|
mDisabledTime
|
uint64_t
ミリ秒単位のデバイスが無効化されたロールです。
|
mLeaderRole
|
uint16_t
デバイスがリーダーロールになった回数です。
|
mLeaderTime
|
uint64_t
ミリ秒単位のデバイスがリーダーの役割を担っています。
|
mParentChanges
|
uint16_t
デバイスが親を変更した回数。
|
mPartitionIdChanges
|
uint16_t
パーティション ID の変更数。
|
mRouterRole
|
uint16_t
デバイスがルーターの役割を開始した回数。
|
mRouterTime
|
uint64_t
ミリ秒単位のデバイスがルーターの役割です。
|
mTrackedTime
|
uint64_t
次のカウンタで追跡されるミリ秒(サポートされていない場合はゼロ)。
|
パブリック属性
mAttachAttempts
uint16_t otNetworkDiagMleCounters::mAttachAttempts
デバイスの接続解除中に接続を試行した回数。
mBetterPartitionAttachAttempts
uint16_t otNetworkDiagMleCounters::mBetterPartitionAttachAttempts
適切なパーティションへの接続を試行する回数。
mChildRole
uint16_t otNetworkDiagMleCounters::mChildRole
デバイスがお子様のロールに移行した回数。
mChildTime
uint64_t otNetworkDiagMleCounters::mChildTime
ミリ秒単位のデバイスがお子様の役割に含まれています。
mDetachedRole
uint16_t otNetworkDiagMleCounters::mDetachedRole
デバイスが接続解除されたロールを開始した回数。
mDetachedTime
uint64_t otNetworkDiagMleCounters::mDetachedTime
ミリ秒単位のデバイスが接続解除されたロールでした。
mDisabledRole
uint16_t otNetworkDiagMleCounters::mDisabledRole
デバイスが無効化されたロールに入った回数。
mDisabledTime
uint64_t otNetworkDiagMleCounters::mDisabledTime
ミリ秒単位のデバイスが無効化されたロールです。
mLeaderRole
uint16_t otNetworkDiagMleCounters::mLeaderRole
デバイスがリーダーロールになった回数です。
mLeaderTime
uint64_t otNetworkDiagMleCounters::mLeaderTime
ミリ秒単位のデバイスがリーダーの役割を担っています。
mParentChanges
uint16_t otNetworkDiagMleCounters::mParentChanges
デバイスが親を変更した回数。
mPartitionIdChanges
uint16_t otNetworkDiagMleCounters::mPartitionIdChanges
パーティション ID の変更数。
mRouterRole
uint16_t otNetworkDiagMleCounters::mRouterRole
デバイスがルーターの役割を開始した回数。
mRouterTime
uint64_t otNetworkDiagMleCounters::mRouterTime
ミリ秒単位のデバイスがルーターの役割です。
mTrackedTime
uint64_t otNetworkDiagMleCounters::mTrackedTime
次のカウンタで追跡されるミリ秒(サポートされていない場合はゼロ)。
関連情報
OpenThread API リファレンスのトピックは、GitHub で入手できるソースコードに由来しています。 詳細について、またはドキュメントへの投稿については、リソースをご覧ください。