A structure containing the information of a token.
Public Attribute Documentation#
nvm3Key#
uint32_t EmberTokenInfo::nvm3Key
NVM3 token key.
Definition at line
3253
of file stack/include/ember-types.h
isCnt#
bool EmberTokenInfo::isCnt
The token is a counter token type.
Definition at line
3255
of file stack/include/ember-types.h
isIdx#
bool EmberTokenInfo::isIdx
The token is an indexed token type.
Definition at line
3257
of file stack/include/ember-types.h
size#
uint8_t EmberTokenInfo::size
Size of the object of the token.
Definition at line
3259
of file stack/include/ember-types.h
arraySize#
uint8_t EmberTokenInfo::arraySize
The array size for the token when it is an indexed token.
Definition at line
3261
of file stack/include/ember-types.h