SN260
EmberZNet serial protocol
7.3.4 Configuration frames
Table 39. version
Name: version
ID: 0x00
Description:
The command allows the Host to specify the desired EZSP version. This document describes version 1 of the
protocol. The response provides information about the firmware running on the SN260.
Command parameters:
int8u desiredProtocolVersion
The EZSP version the Host wishes to use.
Response parameters:
int8u protocolVersion
The EZSP version the SN260 is using. If the SN260 does not support the
version requested by the Host, it will use the highest version it does
support.
int8u stackType
The type of stack running on the SN260. The available EZSP commands
and their parameters depend on the stack type. The mesh stack is type 2.
int16u stackVersion
The version number of the stack.
Table 40. getConfigurationValue
Name: getConfigurationValue
ID: 0x52
Description: Reads a configuration value from the SN260.
Command parameters:
EzspConfigId configId
Identifies which configuration value to read.
Response parameters:
EzspConfigStatus status
int16u value
EZSP_CONFIG_SUCCESS if the value was read successfully,
EZSP_CONFIG_INVALID_ID if the SN260 does not recognize configId.
The configuration value.
Table 41. setConfigurationValue
Name: setConfigurationValue
ID: 0x53
Description:
Writes a configuration value to the SN260. Configuration values can be modified by the Host after the SN260 has
reset. After the stack status changes to EMBER_NETWORK_UP, configuration values can no longer be modified
and this command will respond with EZSP_CONFIG_INVALID_CALL.
Command parameters:
EzspConfigId configId
Identifies which configuration value to change.
int16u value
The new configuration value.
Response parameters:
EzspConfigStatus status
EZSP_CONFIG_SUCCESS if the configuration value was changed,
EZSP_CONFIG_OUT_OF_MEMORY if the new value exceeded the
available memory, EZSP_CONFIG_INVALID_VALUE if the new value was
out of bounds, EZSP_CONFIG_INVALID_ID if the SN260 does not
recognize configId, EZSP_CONFIG_INVALID_CALL if configuration
values can no longer be modified.
51/88