| Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
    | 
This UserEvent may be used as base valueobject for all concrete events that are triggered because of user interaction. More...
import <UserEvent.idl;
 
  
| Public Attributes | |
| string | actUserName | 
| user who triggered event | |
| string | actIpAddr | 
| ip or device on which user is logged in | |
|  Public Attributes inherited from idl::Event | |
| Object | source | 
| IDL object that originated the event. | |
This UserEvent may be used as base valueobject for all concrete events that are triggered because of user interaction.
Definition at line 19 of file UserEvent.idl.
| string event::UserEvent::actIpAddr | 
ip or device on which user is logged in
Definition at line 21 of file UserEvent.idl.
| string event::UserEvent::actUserName | 
user who triggered event
Definition at line 20 of file UserEvent.idl.