std::string encodeCommand(const CommandCode commandCode, std::string &message)
Encode a command code into an existing data payload.
Definition: command_code.cc:18
std::pair< CommandCode, std::string > decodeCommand(std::string &message)
Decode a command code from existing data.
Definition: command_code.cc:22