open62541 1.4.15
Open source implementation of OPC UA
Loading...
Searching...
No Matches
Data Fields
UA_SessionStatistics Struct Reference

#include <common.h>

Data Fields

size_t currentSessionCount
 
size_t cumulatedSessionCount
 
size_t securityRejectedSessionCount
 
size_t rejectedSessionCount
 
size_t sessionTimeoutCount
 
size_t sessionAbortCount
 

Detailed Description

Definition at line 178 of file common.h.

Field Documentation

◆ cumulatedSessionCount

size_t UA_SessionStatistics::cumulatedSessionCount

Definition at line 180 of file common.h.

◆ currentSessionCount

size_t UA_SessionStatistics::currentSessionCount

Definition at line 179 of file common.h.

◆ rejectedSessionCount

size_t UA_SessionStatistics::rejectedSessionCount

Definition at line 182 of file common.h.

◆ securityRejectedSessionCount

size_t UA_SessionStatistics::securityRejectedSessionCount

Definition at line 181 of file common.h.

◆ sessionAbortCount

size_t UA_SessionStatistics::sessionAbortCount

Definition at line 184 of file common.h.

◆ sessionTimeoutCount

size_t UA_SessionStatistics::sessionTimeoutCount

Definition at line 183 of file common.h.


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