cybergarage-upnp
org.cybergarage.upnp.ArgumentList Class Reference
Inheritance diagram for org.cybergarage.upnp.ArgumentList:

Public Member Functions

 ArgumentList ()
 
Argument getArgument (int n)
 
Argument getArgument (String name)
 
void set (ArgumentList inArgList)
 
void setReqArgs (ArgumentList inArgList)
 
void setResArgs (ArgumentList outArgList)
 

Static Public Attributes

static final String ELEM_NAME = "argumentList"
 

Constructor & Destructor Documentation

◆ ArgumentList()

org.cybergarage.upnp.ArgumentList.ArgumentList ( )
inline

Member Function Documentation

◆ getArgument() [1/2]

Argument org.cybergarage.upnp.ArgumentList.getArgument ( int n)
inline

◆ getArgument() [2/2]

Argument org.cybergarage.upnp.ArgumentList.getArgument ( String name)
inline

◆ set()

void org.cybergarage.upnp.ArgumentList.set ( ArgumentList inArgList)
inline

◆ setReqArgs()

void org.cybergarage.upnp.ArgumentList.setReqArgs ( ArgumentList inArgList)
inline

Set all the Argument which are Input Argoument to the given value in the argument list

Parameters
inArgList

◆ setResArgs()

void org.cybergarage.upnp.ArgumentList.setResArgs ( ArgumentList outArgList)
inline

Set all the Argument which are Output Argoument to the given value in the argument list

Parameters
outArgList

Field Documentation

◆ ELEM_NAME

final String org.cybergarage.upnp.ArgumentList.ELEM_NAME = "argumentList"
static

The documentation for this class was generated from the following file: