Represents information about a joiner accepted by an enroller.

To ensure consistent duration calculations, the iterator's initialization time is stored within the iterator, and the mMsecSinceAccept is calculated relative to this time.

Public Attributes#

uint64_t

Milliseconds since the joiner was accepted by the enroller.

uint32_t

Milliseconds till the joiner will be expired and removed.

Public Attribute Documentation#

mIid#

otIp6InterfaceIdentifier otBorderAdmitterJoinerInfo::mIid

Joiner IID.


mMsecSinceAccept#

uint64_t otBorderAdmitterJoinerInfo::mMsecSinceAccept

Milliseconds since the joiner was accepted by the enroller.


mMsecTillExpiration#

uint32_t otBorderAdmitterJoinerInfo::mMsecTillExpiration

Milliseconds till the joiner will be expired and removed.