Library: UPnP/UPnPGen
Package: Generator
Header: Poco/UPnP/UPnPGen/Argument.h
The Argument contains a upnp service description
Member Functions: direction, name, parameterName, stateVariable
DIR_IN = 0
Argument();
Creates the Argument.
~Argument();
Destroys the Argument.
Direction direction() const;
void direction(
Direction dir
);
const std::string & name() const;
void name(
const std::string & n
);
std::string parameterName() const;
Returns the name of the method parameter containing the argument.
const std::string & stateVariable() const;
void stateVariable(
const std::string & var
);