EmberZNet serial protocol
SN260
Table 50. setToken
Name: setToken
ID: 0x09
Description: Sets a token (8 bytes of non-volatile storage) in the simulated EEPROM of the SN260.
Command parameters:
int8u tokenId
Which token to set (0 to 7).
int8u[8] tokenData
The data to write to the token.
Response parameters:
EmberStatus status
An EmberStatus value indicating success or the reason for failure.
Table 51. getToken
Name: getToken
ID: 0x0A
Description: Retrieves a token (8 bytes of non-volatile storage) from the simulated EEPROM of the SN260.
Command parameters:
int8u tokenId
Response parameters:
Which token to read (0 to 7).
EmberStatus status
An EmberStatus value indicating success or the reason for failure.
int8u[8] tokenData
The contents of the token.
Table 52. getMfgToken
Name: getMfgToken
ID: 0x0B
Description:
Retrieves a manufacturing token (8 bytes of non-volatile storage) from the Flash Information Area of the SN260.
Command parameters:
int8u tokenId
Which manufacturing token to read (0 to 7).
Response parameters:
EmberStatus status
An EmberStatus value indicating success or the reason for failure.
int8u[8] tokenData
The contents of the manufacturing token.
Table 53. setRam
Name: setRam
ID: 0x46
Description:
Writes data supplied by the Host to RAM in the SN260. The amount of RAM available for use by the Host must be
set using the setConfigurationValue command.
parameters
int8u startIndex
The location to start writing the data.
int8u dataLength
int8u[] data
The length of the data parameter in bytes.
The data to write to RAM.
Response parameters:
EmberStatus status
An EmberStatus value indicating success or the reason for failure.
54/88