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.


isCnt#

bool EmberTokenInfo::isCnt

The token is a counter token type.


isIdx#

bool EmberTokenInfo::isIdx

The token is an indexed token type.


size#

uint8_t EmberTokenInfo::size

Size of the object of the token.


arraySize#

uint8_t EmberTokenInfo::arraySize

The array size for the token when it is an indexed token.