File Information
Library: IoT/XBee
Package: XBeeNode
Header: IoT/XBee/XBeeNode.h
Description
The response to an issued AT command.
Frame Type: 0x88
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.
frameID
Poco::UInt8 frameID;
Correlates response frame with command frame.
status
Poco::UInt8 status;
Command status:
- 0 = OK
- 1 = ERROR
- 2 = Invalid Command
- 3 = Invalid Parameter
- 4 = Tx Failure