Token Interface Frames#
Name: getTokenCount | ID: 0x0100 |
---|---|
Description: Gets the total number of tokens. | |
Command Parameters: None | |
Response Parameters: | |
uint8_t count | Total number of tokens. |
Name: getTokenInfo | ID: 0x0101 |
---|---|
Description: Gets the token information for a single token at provided index. | |
Command Parameters: | |
uint8_t index | Index of the token in the token table for which information is needed. |
Response Parameters: | |
sl_status_t status | An sl_status_t value indicating success or the reason for failure. |
sl_zigbee_token_info_t tokenInfo | Token information. |
Name: getTokenData | ID: 0x0102 |
---|---|
Description: Gets the token data for a single token with provided key. | |
Command Parameters: | |
uint32_t token | Key of the token in the token table for which data is needed. |
uint32_t index | Index in case of the indexed token. |
Response Parameters: | |
sl_status_t status | An sl_status_t value indicating success or the reason for failure. |
sl_zigbee_token_data_t tokenData | Token Data |
Name: setTokenData | ID: 0x0103 |
---|---|
Description: Sets the token data for a single token with provided key. | |
Command Parameters: | |
uint32_t token | Key of the token in the token table for which data is to be set. |
uint32_t index | Index in case of the indexed token. |
sl_zigbee_token_data_t tokenData | Token Data |
Response Parameters: | |
sl_status_t status | An sl_status_t value indicating success or the reason for failure. |
Name: resetNode | ID: 0x0104 |
---|---|
Description: Reset the node by calling halReboot. | |
Command Parameters: None | |
Response Parameters: None |
Name: gpSecurity Test Vectors | ID: 0x0117 |
---|---|
Description: Run GP security test vectors. | |
Command Parameters: None | |
Response Parameters: | |
sl_status_t status | An sl_status_t value indicating success or the reason for failure. |
Name: tokenFactoryReset | ID: 0x0077 |
---|---|
Description: Factory reset all configured Zigbee tokens. | |
Command Parameters: | |
bool excludeOutgoingFC | Exclude network and APS outgoing frame counter tokens. |
Bool excludeBootCounter | Exclude stack boot counter token. |
Response Parameters: None |