パッケージ | 説明 |
---|---|
org.cybergarage.upnp | |
org.cybergarage.upnp.control |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
ArgumentList |
Action.getArgumentList() |
|
ArgumentList |
Action.getInputArgumentList() |
|
ArgumentList |
Action.getOutputArgumentList() |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
void |
ArgumentList.set(ArgumentList inArgList) |
推奨されていません。
|
void |
Action.setArgumentList(ArgumentList al) |
|
void |
Action.setArgumentValues(ArgumentList argList) |
推奨されていません。
You should use one of the following methods instead:
- Action.setInArgumentValues(ArgumentList) - Action.setOutArgumentValues(ArgumentList) |
void |
Action.setInArgumentValues(ArgumentList argList) |
|
void |
Action.setOutArgumentValues(ArgumentList argList) |
|
void |
ArgumentList.setReqArgs(ArgumentList inArgList) |
Set all the Argument which are Input Argoument to the given value in
the argument list
|
void |
ArgumentList.setResArgs(ArgumentList outArgList) |
Set all the Argument which are Output Argoument to the given value in
the argument list
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
ArgumentList |
ActionRequest.getArgumentList() |
|
ArgumentList |
ActionResponse.getResponse() |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
void |
ActionRequest.setRequest(Action action,
ArgumentList argList) |