High Performance OPC UA Server SDK  1.2.0.193
uatcpmsg_base Struct Reference

Represents an OPC UA endpoint on the secure channel level. More...

#include <uatcpmsg_types.h>

Data Fields

struct ua_net_basenetbase
 The related network base object. More...
 
struct sechan_basesechan_base
 The related secure channel base object. More...
 
uint32_t timer
 Interval timer for recurring checks. More...
 
uint32_t req_id_count
 Count for request ids, every client uatcpmsg_ctxt needs a unique id. More...
 
struct util_pointerset conn_list
 List of active connections. More...
 
struct util_pointerset ctxt_list
 List of active message contexts. More...
 
struct uatcpmsg_connectionlistener_conn
 The (only) connection listening for incoming connections. More...
 
struct uatcpmsg_connectionaccept_conn
 The (only) connection reserved for accepting connections. More...
 

Detailed Description

Represents an OPC UA endpoint on the secure channel level.

Field Documentation

struct uatcpmsg_connection* accept_conn

The (only) connection reserved for accepting connections.

struct util_pointerset conn_list

List of active connections.

struct util_pointerset ctxt_list

List of active message contexts.

struct uatcpmsg_connection* listener_conn

The (only) connection listening for incoming connections.

struct ua_net_base* netbase

The related network base object.

uint32_t req_id_count

Count for request ids, every client uatcpmsg_ctxt needs a unique id.

The related secure channel base object.

uint32_t timer

Interval timer for recurring checks.


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