
API Operation
Frame descriptions
XBee/XBee-PRO® S2C ZigBee® RF Module
192
Remote Command Response frame - 0x97
Description
If a device receives this frame in response to a Remote Command Request (0x17) frame, the device
sends an AT Command Response (0x97) frame out the serial interface.
Some commands, such as the
ND
command, may send back multiple frames.
Format
The following table provides the contents of the frame. For details on frame structure, see
Frame data fields
Offset Description
Frame type
3
0x97
Frame ID
4
This is the same value that is passed in to the request.
64-bit source
(remote) address
5-12
The address of the remote device returning this response.
16-bit source
(remote) address
13-14
Set to the 16-bit network address of the remote device returning
this response. Set to 0xFFFE if unknown.
AT commands
15-16
The name of the command.
Command status
17
0 = OK
1 = ERROR
2 = Invalid Command
3 = Invalid Parameter
4 = Remote Command Transmission Failed
Command data
18-n
The register data in binary format. If you set the register, the device
does not return this field.
Example
If a device sends a remote command to a remote device with 64-bit address 0x0013A200 40522BAA to
query the
SL
command, and if the frame ID = 0x55, the response would look like the following
example.
Frame data fields
Offset
Example
Start delimiter
0
0x7E
Length
MSB 1
0x00
LSB 2
0x13
Frame type
3
0x97
Frame ID
4
0x55