A structure containing the information of a token data.
Public Attribute Documentation#
size#
uint32_t EmberTokenData::size
The size of the token data in number of bytes.
Definition at line
3261
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
3263
of file stack/include/ember-types.h