Raritan PX2/PX3 JSON-RPC API
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Event.idl
1 
2 #ifndef __IDL_EVENT_IDL__
3 #define __IDL_EVENT_IDL__
4 
6 module idl {
7 
9  valueobject Event {
10 
11  Object source;
12 
13  };
14 
15 }
16 
17 #endif
valueobject Event
Common base for all events.
Definition: Event.idl:9