open62541 1.3.12
Open source implementation of OPC UA
Loading...
Searching...
No Matches
UA_PubSubConfiguration Struct Reference

#include <server_pubsub.h>

Data Fields

size_t transportLayersSize
 
UA_PubSubTransportLayertransportLayers
 
void(* stateChangeCallback )(UA_NodeId *Id, UA_PubSubState state, UA_StatusCode status)
 

Detailed Description

General PubSub configuration.

Definition at line 82 of file server_pubsub.h.

Field Documentation

◆ transportLayersSize

size_t UA_PubSubConfiguration::transportLayersSize

Definition at line 84 of file server_pubsub.h.

◆ transportLayers

UA_PubSubTransportLayer* UA_PubSubConfiguration::transportLayers

Definition at line 85 of file server_pubsub.h.

◆ stateChangeCallback

void(* UA_PubSubConfiguration::stateChangeCallback) (UA_NodeId *Id, UA_PubSubState state, UA_StatusCode status)

Definition at line 92 of file server_pubsub.h.


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