open62541 1.3.12
Open source implementation of OPC UA
Loading...
Searching...
No Matches
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 160 of file common.h.

Field Documentation

◆ currentSessionCount

size_t UA_SessionStatistics::currentSessionCount

Definition at line 161 of file common.h.

◆ cumulatedSessionCount

size_t UA_SessionStatistics::cumulatedSessionCount

Definition at line 162 of file common.h.

◆ securityRejectedSessionCount

size_t UA_SessionStatistics::securityRejectedSessionCount

Definition at line 163 of file common.h.

◆ rejectedSessionCount

size_t UA_SessionStatistics::rejectedSessionCount

Definition at line 164 of file common.h.

◆ sessionTimeoutCount

size_t UA_SessionStatistics::sessionTimeoutCount

Definition at line 165 of file common.h.

◆ sessionAbortCount

size_t UA_SessionStatistics::sessionAbortCount

Definition at line 166 of file common.h.


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