send_action_hash


Description:

public bool send_action_hash (string action, HashTable<string,Value?> in_hash, HashTable<string,Value*> out_hash) throws Error

See send_action; this version takes a pair of GenericSets for runtime determined parameter lists.

Do not use this function in newly written code; it cannot guarantee the order of arguments and thus breaks interaction with many devices.

Parameters:

this

A ServiceProxy

action

An action

in_hash

A GenericSet of in parameter name and Value pairs

out_hash

A GenericSet of out parameter name and initialized Value pairs

error

The location where to store any error, or null

Returns:

true if sending the action was succesful.