Raritan PX2/PX3 JSON-RPC API
Public Attributes | List of all members
event::Engine_1_0_1::Action Struct Reference

An action is a tuple of 'id' (unique within the scope of this event engine), 'name' which is unique as well and used by the GUI as user readable identificator, 'isSystem' which denotes the action as system action, 'type' which defines what it is, and an argument vector that vary depending on type and which is passed to the action. More...

import"EventEngine.idl";

Public Attributes

string id
 Action ID.
 
string name
 User-defined name.
 
boolean isSystem
 true for system-defined actions
 
string type
 Action type.
 
vector< KeyValuearguments
 Action argument map.
 

Detailed Description

An action is a tuple of 'id' (unique within the scope of this event engine), 'name' which is unique as well and used by the GUI as user readable identificator, 'isSystem' which denotes the action as system action, 'type' which defines what it is, and an argument vector that vary depending on type and which is passed to the action.

The 'isSystem' flag is readonly and if set marks the action as not deletable.


The documentation for this struct was generated from the following file: