otIpCounters

#include <thread.h>

IP レベルのカウンタを表します。

概要

パブリック属性

mRxFailure
uint32_t
受信できなかった IPv6 パケットの数。
mRxSuccess
uint32_t
正常に受信した IPv6 パケットの数。
mTxFailure
uint32_t
送信に失敗した IPv6 パケットの数。
mTxSuccess
uint32_t
正常に送信された IPv6 パケットの数。

パブリック属性

mRxFailure

uint32_t otIpCounters::mRxFailure

受信できなかった IPv6 パケットの数。

mRxSuccess

uint32_t otIpCounters::mRxSuccess

正常に受信した IPv6 パケットの数。

mTxFailure

uint32_t otIpCounters::mTxFailure

送信に失敗した IPv6 パケットの数。

mTxSuccess

uint32_t otIpCounters::mTxSuccess

正常に送信された IPv6 パケットの数。

関連情報

OpenThread API リファレンスのトピックは、GitHub で入手できるソースコードに由来しています。 詳細について、またはドキュメントへの投稿については、リソースをご覧ください。