This class is used to specify information that can be used to setup an HServerAction or validate a UPnP action.
More...
#include <HActionSetup>
List of all members.
Detailed Description
- See also:
- HActionsSetupData, HClientAction, HServerAction
Constructor & Destructor Documentation
Creates a new, invalid instance.
- See also:
- isValid()
Creates a new instance.
- Parameters:
-
name | specifies the name of the action. If the name value contains special characters other than hyphens or dots the instance will be invalid and name() will be empty. |
incReq | specifies the inclusion requirement of the action. |
- See also:
- isValid()
Creates a new instance.
- Parameters:
-
name | specifies the name of the action. If the name value contains special characters other than hyphens or dots the instance will be invalid and name() will be empty. |
version | specifies the UPnP service version in which the action was first specified. |
incReq | specifies the inclusion requirement of the action. |
- See also:
- isValid()
Copy constructor.
Creates a copy of other.
Member Function Documentation
Assignment operator.
Copies the contents of other to this.
Returns the setup information of the action's input arguments.
- Returns:
- the setup information of the action's input arguments.
- See also:
- setInputArguments()
Returns the setup information of the action's output arguments.
- Returns:
- the setup information of the action's output arguments.
- See also:
- setOutputArguments()
Returns the inclusion requirement of the action.
- Returns:
- the inclusion requirement of the action.
- See also:
- setInclusionRequirement()
Returns the name of the action.
- Returns:
- the name of the action.
- See also:
- setName()
Returns the UPnP service version in which the action was first specified.
- Returns:
- the UPnP service version in which the action was first specified.
- See also:
- setVersion()
Specifies the action's input arguments.
- Parameters:
-
args | specifies the setup information for the action's input arguments. |
- See also:
- inputArguments()
Specifies the action's output arguments.
- Parameters:
-
args | specifies the setup information for the action's output arguments. |
- See also:
- outputArguments()
bool setName |
( |
const QString & |
name, |
|
|
QString * |
err = 0 |
|
) |
| |
Sets the name of the action.
- Parameters:
-
name | specifies the name of the action. |
err | is a pointer to a QString that contains an error description in case the name could not be set. This is an optional parameter. |
- Returns:
- true in case the specified name was successfully set.
- See also:
- name()
Sets the inclusion requirement of the action.
- Parameters:
-
arg | specifies the inclusion requirement of the action. |
- See also:
- inclusionRequirement()
void setVersion |
( |
int |
version ) |
|
Specifies the UPnP service version in which the action was first specified.
- Parameters:
-
version | specifies the UPnP service version in which the action was first specified. |
- See also:
- version()