|
Legrand / Raritan Xerus™ JSON-RPC API for Remote Access Devices like KX4-101, KX3G2
|
Event: Session was created. More...
import "SessionManager.idl";
Public Attributes | |
| int | sessionId |
| ID of the session. | |
| string | username |
| Name of user owning the session. | |
| string | remoteIp |
| Session IP address. | |
Public Attributes inherited from idl::Event | |
| Object | source |
| IDL object that originated the event. | |
Event: Session was created.
Definition at line 151 of file SessionManager.idl.
| string session::SessionManager::SessionCreatedEvent::remoteIp |
Session IP address.
Definition at line 154 of file SessionManager.idl.
| int session::SessionManager::SessionCreatedEvent::sessionId |
ID of the session.
Definition at line 152 of file SessionManager.idl.
| string session::SessionManager::SessionCreatedEvent::username |
Name of user owning the session.
Definition at line 153 of file SessionManager.idl.