Legrand / Raritan Xerus™ JSON-RPC API for Remote Access Devices like KX4-101, KX3G2
Loading...
Searching...
No Matches
session::SessionManager::SessionClosedEvent Struct Reference

Event: Session was closed. More...

import "SessionManager.idl";

Inheritance diagram for session::SessionManager::SessionClosedEvent:
idl::Event

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.
 

Detailed Description

Event: Session was closed.

Definition at line 158 of file SessionManager.idl.

Member Data Documentation

◆ reason

CloseReason session::SessionManager::SessionClosedEvent::reason

close reason

Definition at line 162 of file SessionManager.idl.

◆ remoteIp

string session::SessionManager::SessionClosedEvent::remoteIp

Session IP address.

Definition at line 161 of file SessionManager.idl.

◆ sessionId

int session::SessionManager::SessionClosedEvent::sessionId

ID of the session.

Definition at line 159 of file SessionManager.idl.

◆ username

string session::SessionManager::SessionClosedEvent::username

Name of user owning the session.

Definition at line 160 of file SessionManager.idl.


The documentation for this struct was generated from the following file: