ArmForDatalogging
ArmForDatalogging

Contains logic for the Arm For Datalogging Node command.

Constants
Packet Information
COMMAND_ID

0x000D  - The Command ID for the ArmForDatalogging command

Functions
buildCommand
static ByteStream buildCommand(
NodeAddress nodeAddress,
const std::string &message ""
)

Builds the ArmForDatalogging command packet.

Parameters
nodeAddress

The address of the Node to build the command for.

message
const std::string&

A message, up to 50 characters, to send with the arm command. This message can be downloaded with the data. Will be trimmed to 50 chars if longer. (Default of "")

Returns

A ByteStream containing the command packet.