otJoinerDiscerner
#include <joiner.h>
This structure 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).