A structure containing the information of a token data.

Public Attributes#

uint32_t
void *

Public Attribute Documentation#

size#

uint32_t EmberTokenData::size

The size of the token data in number of bytes.


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

data#

void* EmberTokenData::data

A data pointer pointing to the storage for the token data of above size.


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