|
Legrand / Raritan Xerus™ JSON-RPC API for Remote Access Devices like KX4-101, KX3G2
|
Event: Session was closed. 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. | |
| CloseReason | reason |
| close reason | |
Public Attributes inherited from idl::Event | |
| Object | source |
| IDL object that originated the event. | |
Event: Session was closed.
Definition at line 158 of file SessionManager.idl.
| CloseReason session::SessionManager::SessionClosedEvent::reason |
close reason
Definition at line 162 of file SessionManager.idl.
| string session::SessionManager::SessionClosedEvent::remoteIp |
Session IP address.
Definition at line 161 of file SessionManager.idl.
| int session::SessionManager::SessionClosedEvent::sessionId |
ID of the session.
Definition at line 159 of file SessionManager.idl.
| string session::SessionManager::SessionClosedEvent::username |
Name of user owning the session.
Definition at line 160 of file SessionManager.idl.