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.
Note:
Use send_action or send_action_list
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 | |
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 |
Returns:
|