File Information
Library: IoT/XBee
Package: XBeeNode
Header: IoT/XBee/XBeeNode.h
Description
The response to an issued remote AT command.
Frame Type: 0x97
Variables
command
std::string command;
Two character AT command.
data
std::vector < Poco::UInt8 > data;
Register data in binary format. If the register was set, then this field is empty.
deviceAddress
std::string deviceAddress;
Hexadecimal text representation of 64-bit address of the remote device.
frameID
Poco::UInt8 frameID;
Correlates response frame with command frame.
networkAddress
std::string networkAddress;
Hexadecimal text representation of the 16-bit network address of the remote device.
status
Poco::UInt8 status;
Command status:
- 0 = OK
- 1 = ERROR
- 2 = Invalid Command
- 3 = Invalid Parameter
- 4 = Tx Failure