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

Event: Session was created. More...

import "SessionManager.idl";

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

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.
 

Detailed Description

Event: Session was created.

Definition at line 151 of file SessionManager.idl.

Member Data Documentation

◆ remoteIp

string session::SessionManager::SessionCreatedEvent::remoteIp

Session IP address.

Definition at line 154 of file SessionManager.idl.

◆ sessionId

int session::SessionManager::SessionCreatedEvent::sessionId

ID of the session.

Definition at line 152 of file SessionManager.idl.

◆ username

string session::SessionManager::SessionCreatedEvent::username

Name of user owning the session.

Definition at line 153 of file SessionManager.idl.


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