gupnp_service_proxy_send_action
(PECL gupnp >= 0.2.0)
gupnp_service_proxy_send_action — Send action with multiple parameters synchronously
Description
Send action action with parameters in_params to the service exposed by proxy synchronously and return out_params with values or FALSE on error.
Parameters
- proxy
-
A service proxy identifier.
- action
-
An action.
- in_params
-
An array of in parameters. Each entry in in_params is supposed to an array containing name, type and value of the parameters.
- out_params
-
An array of out parameters. Each entry in out_params is supposed to an array containing name and type of the parameters.
Return Values
Return out_params array with values or FALSE on error.
Errors/Exceptions
Issues E_WARNING with either not correctly defined in_params and out_params or unable to send action.
See Also
- gupnp_service_proxy_action_get() - Send action to the service and get value
- gupnp_service_proxy_action_set() - Send action to the service and set value