A structure containing the information of a token.

Public Attributes#

uint32_t
bool
bool
uint8_t
uint8_t

Public Attribute Documentation#

nvm3Key#

uint32_t EmberTokenInfo::nvm3Key

NVM3 token key.


Definition at line 2963 of file stack/include/ember-types.h

isCnt#

bool EmberTokenInfo::isCnt

The token is a counter token type.


Definition at line 2965 of file stack/include/ember-types.h

isIdx#

bool EmberTokenInfo::isIdx

The token is an indexed token type.


Definition at line 2967 of file stack/include/ember-types.h

size#

uint8_t EmberTokenInfo::size

Size of the object of the token.


Definition at line 2969 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 2971 of file stack/include/ember-types.h