English
Language : 

SN260 Datasheet, PDF (80/88 Pages) STMicroelectronics – ZigBee® 802.15.4 network processor
EmberZNet serial protocol
SN260
7.4.4
2) Host waits for callback signal while SN260 tries to send the
message.
3) frame control = 0x00 (command frame, don't sleep)
callback command = 0x06
HOST -> SN260: | 00 | 06 |
frame control
= 0x80 (response frame, no overflow, not
truncated)
messageSent response = 0x3F
bindingTableIndex = 0x00
clusterId
= 0x55
messageTag
= 0x01
status
= 0x00 (EMBER_SUCCESS)
SN260 -> HOST: | 80 | 3F | 00 | 55 | 01 | 00 |
Receiving
1) Host waits for callback signal after a message is received by
the SN260.
2) frame control = 0x00 (command frame, don't sleep)
callback command = 0x06
HOST -> SN260: | 00 | 06 |
frame control
= 0x80 (response frame, no
overflow, not truncated)
incomingMessageHandler response = 0x45
type
= 0x00 (EMBER_INCOMING_DATAGRAM)
profileId
= 0xABCD
clusterId
= 0x55
sourceEndpoint
= 0x11
destinationEndpoint
= 0x12
options
= 0x00
lastHopLqi
= 0xF0
lastHopRssi
= 0xC4 (-60)
sender
= 0x0001
bindingIndex
= 0xFF
datagramReplyTag
= 0x01
messageLength
= 0x03
messageContents
= 0xE1, 0xE2, 0xE3
SN260 -> HOST: | 80 | 45 | 00 | CD | AB | 55 | 11 | 12 | 00 | F0 | C4
| 01 | 00 | FF | 01 | 03 | E1 | E2 | E3 |
80/88