otBorderAdmitterJoinerInfo

#include <border_agent_admitter.h>

Represents information about a joiner accepted by an enroller.

Summary

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

mIid
Joiner IID.
mMsecSinceAccept
uint64_t
Milliseconds since the joiner was accepted by the enroller.
mMsecTillExpiration
uint32_t
Milliseconds till the joiner will be expired and removed.

Public attributes

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.

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.