Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
Loading...
Searching...
No Matches
Public Attributes | List of all members
session::Session Struct Reference

Session information More...

Public Attributes

int sessionId
 ID of the session. More...
 
string username
 Name of user owning the session. More...
 
string remoteIp
 Session IP address. More...
 
string clientType
 Client type. More...
 
time creationTime
 Session creation timestamp (seconds since system boot) More...
 
int timeout
 Session timeout in seconds. More...
 
int idle
 Session idle time in seconds. More...
 
int userIdle
 User idle time in seconds. More...
 

Detailed Description

Session information

Definition at line 12 of file SessionManager.idl.

Member Data Documentation

◆ clientType

string session::Session::clientType

Client type.

Definition at line 16 of file SessionManager.idl.

◆ creationTime

time session::Session::creationTime

Session creation timestamp (seconds since system boot)

Definition at line 17 of file SessionManager.idl.

◆ idle

int session::Session::idle

Session idle time in seconds.

Definition at line 19 of file SessionManager.idl.

◆ remoteIp

string session::Session::remoteIp

Session IP address.

Definition at line 15 of file SessionManager.idl.

◆ sessionId

int session::Session::sessionId

ID of the session.

Definition at line 13 of file SessionManager.idl.

◆ timeout

int session::Session::timeout

Session timeout in seconds.

Definition at line 18 of file SessionManager.idl.

◆ userIdle

int session::Session::userIdle

User idle time in seconds.

Definition at line 20 of file SessionManager.idl.

◆ username

string session::Session::username

Name of user owning the session.

Definition at line 14 of file SessionManager.idl.


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