EmberZNet serial protocol
SN260
Table 57. setTimer (continued)
Response parameters
EmberStatus status
An EmberStatus value indicating success or the reason for failure.
Table 58. getTimer
Name: getTimer
ID: 0x4E
Description: Gets information about a timer. The Host can use this command to find out how much longer it will be
before a previously set timer will generate a callback.
Command parameters:
int8u timerId
Which timer to get information about (0 or 1).
Response parameters:
int16u time
EmberEventUnits units
boolean repeat
The delay before the timerHandler callback will be generated.
The units for time.
True if a timerHandler callback will be generated repeatedly. False if
only a single timerHandler callback will be generated.
Table 59. timerHandler
Name: timerHandler
ID: 0x0F
Description: A callback from the timer.
This frame is a response to the callback command.
Response parameters:
int8u timerId
Which timer generated the callback (0 or 1).
Table 60. serialWrite
Name: serialWrite
ID: 0x10
Description: Sends a serial message from the Host to the InSight debug system via the SN260.
Command parameters:
int8u messageLength
int8u[] messageContents
The length of the messageContents parameter in bytes.
The serial message.
Response parameters:
EmberStatus status
An EmberStatus value indicating success or the reason for failure.
56/88