Poco::UPnP::UPnPGen

class Argument

Library: UPnP/UPnPGen
Package: Generator
Header: Poco/UPnP/UPnPGen/Argument.h

Description

The Argument contains a upnp service description

Member Summary

Member Functions: direction, name, parameterName, stateVariable

Enumerations

Direction

DIR_IN = 0

DIR_OUT

DIR_RETURN

Constructors

Argument

Argument();

Creates the Argument.

Destructor

~Argument

~Argument();

Destroys the Argument.

Member Functions

direction inline

Direction direction() const;

direction

void direction(
    Direction dir
);

name inline

const std::string & name() const;

name

void name(
    const std::string & n
);

parameterName

std::string parameterName() const;

Returns the name of the method parameter containing the argument.

stateVariable inline

const std::string & stateVariable() const;

stateVariable

void stateVariable(
    const std::string & var
);