Uses of Class
org.cybergarage.upnp.ArgumentList
Packages that use ArgumentList
-
Uses of ArgumentList in org.cybergarage.upnp
Methods in org.cybergarage.upnp that return ArgumentListModifier and TypeMethodDescriptionAction.getArgumentList()Action.getInputArgumentList()Action.getOutputArgumentList()Methods in org.cybergarage.upnp with parameters of type ArgumentListModifier and TypeMethodDescriptionvoidArgumentList.set(ArgumentList inArgList) Deprecated.voidAction.setArgumentList(ArgumentList al) voidAction.setArgumentValues(ArgumentList argList) Deprecated.voidAction.setInArgumentValues(ArgumentList argList) voidAction.setOutArgumentValues(ArgumentList argList) voidArgumentList.setReqArgs(ArgumentList inArgList) Set all the Argument which are Input Argoument to the given value in the argument listvoidArgumentList.setResArgs(ArgumentList outArgList) Set all the Argument which are Output Argoument to the given value in the argument list -
Uses of ArgumentList in org.cybergarage.upnp.control
Methods in org.cybergarage.upnp.control that return ArgumentListMethods in org.cybergarage.upnp.control with parameters of type ArgumentListModifier and TypeMethodDescriptionvoidActionRequest.setRequest(Action action, ArgumentList argList)
-
Action.setInArgumentValues(ArgumentList)-
Action.setOutArgumentValues(ArgumentList)