send_action


Description:

public bool send_action (string action, ...) throws Error

Sends action action with parameters Varargs to the service exposed by this synchronously.

If an error occurred, error will be set. In case of a UPnPError the error code will be the same in error.

Parameters:

this

A ServiceProxy

action

An action

...

tuples of in parameter name, in parameter type, and in parameter value, followed by null, and then tuples of out parameter name, out parameter type, and out parameter value location, terminated with null

error

The location where to store any error, or null

Returns:

true if sending the action was succesful.