A structure containing the information of a token data.

Public Attributes#

uint32_t
void *

Public Attribute Documentation#

size#

uint32_t sl_zigbee_token_data_t::size

The size of the token data in number of bytes.


Definition at line 2987 of file stack/include/sl_zigbee_types.h

data#

void* sl_zigbee_token_data_t::data

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


Definition at line 2989 of file stack/include/sl_zigbee_types.h