otBorderAdmitterEnrollerInfo
#include <border_agent_admitter.h>
Represents information about an enroller.
Summary
To ensure consistent mRegisterDuration calculations, the iterator's initialization time is stored within the iterator, and each enroller mRegisterDuration is calculated relative to this time.
Public attributes |
|
|---|---|
mId
|
const char *
The enroller ID string.
|
mMode
|
uint8_t
The enroller's mode.
|
mRegisterDuration
|
uint64_t
Milliseconds since the enroller registered.
|
mSessionInfo
|
The session information.
|
mSteeringData
|
The steering data.
|
Public attributes
mId
const char * otBorderAdmitterEnrollerInfo::mId
The enroller ID string.
mMode
uint8_t otBorderAdmitterEnrollerInfo::mMode
The enroller's mode.
mRegisterDuration
uint64_t otBorderAdmitterEnrollerInfo::mRegisterDuration
Milliseconds since the enroller registered.
mSessionInfo
otBorderAgentSessionInfo otBorderAdmitterEnrollerInfo::mSessionInfo
The session information.
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.