9Inquiry::Inquiry(
const std::string& identifier): identifier(utils::validateIdentifier(identifier))
15 std::ostringstream oss;
Protocol inquiry representation.
Utility functions for protocol string handling and validation in the irsol library.
Inquiry(const std::string &identifier)
Constructs an Inquiry.
std::string toString() const
Converts the inquiry to a human-readable string.
std::string identifier
The identifier whose value is being requested.