otPdProcessedRaInfo
#include <border_routing.h>
Represents a group of data of platform-generated RA messages processed.
Summary
Public attributes |
|
---|---|
mLastPlatformRaMsec
|
uint32_t
The timestamp of last processed RA message.
|
mNumPlatformPioProcessed
|
uint32_t
The number of PIO processed for adding OMR prefixes.
|
mNumPlatformRaReceived
|
uint32_t
The number of platform generated RA handled by ProcessPlatformGeneratedRa.
|
Public attributes
mLastPlatformRaMsec
uint32_t otPdProcessedRaInfo::mLastPlatformRaMsec
The timestamp of last processed RA message.
mNumPlatformPioProcessed
uint32_t otPdProcessedRaInfo::mNumPlatformPioProcessed
The number of PIO processed for adding OMR prefixes.
mNumPlatformRaReceived
uint32_t otPdProcessedRaInfo::mNumPlatformRaReceived
The number of platform generated RA handled by ProcessPlatformGeneratedRa.
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.