Raritan PX2/PX3 JSON-RPC API
UserEvent.idl
1 
2 #ifndef __EVENT_USEREVENT_IDL__
3 #define __EVENT_USEREVENT_IDL__
4 
5 #include <Event.idl>
6 
8 module event {
9 
15  valueobject UserEvent extends idl.Event {
16  string actUserName;
17  string actIpAddr;
18  };
19 
20 }
21 
22 
23 #endif
string actIpAddr
ip or device on which user is logged in
Definition: UserEvent.idl:17
Basic IDL definitions.
Definition: Event.idl:6
valueobject UserEvent
This UserEvent may be used as base valueobject for all concrete events that are triggered because of ...
Definition: UserEvent.idl:16