9Command::Command(
const std::string& identifier): identifier(utils::validateIdentifier(identifier))
15 std::ostringstream oss;
Protocol command representation.
Utility functions for protocol string handling and validation in the irsol library.
std::string toString() const
Converts the command to a human-readable string.
Command(const std::string &identifier)
Constructs a Command.
std::string identifier
The name of the command to execute.