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

#include <server_pubsub.h>

Data Fields

void(* stateChangeCallback )(UA_Server *server, UA_NodeId *id, UA_PubSubState state, UA_StatusCode status)
 
UA_Boolean enableDeltaFrames
 

Detailed Description

General PubSub configuration.

Definition at line 111 of file server_pubsub.h.

Field Documentation

◆ enableDeltaFrames

UA_Boolean UA_PubSubConfiguration::enableDeltaFrames

Definition at line 120 of file server_pubsub.h.

◆ stateChangeCallback

void(* UA_PubSubConfiguration::stateChangeCallback) (UA_Server *server, UA_NodeId *id, UA_PubSubState state, UA_StatusCode status)

Definition at line 117 of file server_pubsub.h.


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