Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Attributes | List of all members
sx::Sx::ClientConnectionStatusEvent Struct Reference

Event that is send when a client has connected to the port. More...

Inheritance diagram for sx::Sx::ClientConnectionStatusEvent:
event::UserEvent idl::Event

Public Attributes

ClientInfo clientInfo
 Client info.
 
boolean status
 true: connected; false: disconnected
 
int clientCnt
 total client count
 
- Public Attributes inherited from event::UserEvent
string actUserName
 user who triggered event
 
string actIpAddr
 ip or device on which user is logged in
 
- Public Attributes inherited from idl::Event
Object source
 IDL object that originated the event.
 

Detailed Description

Event that is send when a client has connected to the port.

Definition at line 25 of file Sx.idl.

Member Data Documentation

◆ clientCnt

int sx::Sx::ClientConnectionStatusEvent::clientCnt

total client count

Definition at line 28 of file Sx.idl.

◆ clientInfo

ClientInfo sx::Sx::ClientConnectionStatusEvent::clientInfo

Client info.

Definition at line 26 of file Sx.idl.

◆ status

boolean sx::Sx::ClientConnectionStatusEvent::status

true: connected; false: disconnected

Definition at line 27 of file Sx.idl.


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