otJoinerInfo

#include <commissioner.h>

Represents a Joiner Info.

Summary

Public attributes

mDiscerner
Joiner Discerner (when mType is OT_JOINER_INFO_TYPE_DISCERNER)
mEui64
Joiner EUI64 (when mType is OT_JOINER_INFO_TYPE_EUI64)
mExpirationTime
uint32_t
Joiner expiration time in msec.
mPskd
Joiner PSKd.
mSharedId
union otJoinerInfo::@1
Shared fields.
mType
Joiner type.

Public attributes

mDiscerner

otJoinerDiscerner otJoinerInfo::mDiscerner

Joiner Discerner (when mType is OT_JOINER_INFO_TYPE_DISCERNER)

mEui64

otExtAddress otJoinerInfo::mEui64

Joiner EUI64 (when mType is OT_JOINER_INFO_TYPE_EUI64)

mExpirationTime

uint32_t otJoinerInfo::mExpirationTime

Joiner expiration time in msec.

mPskd

otJoinerPskd otJoinerInfo::mPskd

Joiner PSKd.

mSharedId

union otJoinerInfo::@1 otJoinerInfo::mSharedId

Shared fields.

mType

otJoinerInfoType otJoinerInfo::mType

Joiner type.

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.