File Information
Library: IoT/XBee
Package: XBeeNode
Header: IoT/XBee/XBeeNode.h
Description
An AT command sent to the connected XBee module.
Frame Type: 0x08
Variables
command
std::string command;
Two character AT command.
frameID
Poco::UInt8 frameID;
Correlates command frame with response, if a response is required. If set to zero, no response will be sent.
parameters
std::vector < Poco::UInt8 > parameters;
Command-specific parameter bytes.