otJoinerDiscerner
#include <joiner.h>
Represents a Joiner Discerner.
Summary
Public attributes |
|
---|---|
mLength
|
uint8_t
Length (number of bits) - must be non-zero and at most
OT_JOINER_MAX_DISCERNER_LENGTH . |
mValue
|
uint64_t
Discerner value (the lowest
mLength bits specify the discerner). |
Public attributes
mLength
uint8_t otJoinerDiscerner::mLength
Length (number of bits) - must be non-zero and at most OT_JOINER_MAX_DISCERNER_LENGTH
.
mValue
uint64_t otJoinerDiscerner::mValue
Discerner value (the lowest mLength
bits specify the discerner).
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.