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

#include <network.h>

Data Fields

void * handle
 
UA_NetworkStatisticsstatistics
 
UA_String discoveryUrl
 
UA_ConnectionConfig localConnectionConfig
 
UA_StatusCode(* start )(UA_ServerNetworkLayer *nl, const UA_Logger *logger, const UA_String *customHostname)
 
UA_StatusCode(* listen )(UA_ServerNetworkLayer *nl, UA_Server *server, UA_UInt16 timeout)
 
void(* stop )(UA_ServerNetworkLayer *nl, UA_Server *server)
 
void(* clear )(UA_ServerNetworkLayer *nl)
 

Detailed Description

Definition at line 119 of file network.h.

Field Documentation

◆ handle

void* UA_ServerNetworkLayer::handle

Definition at line 120 of file network.h.

◆ statistics

UA_NetworkStatistics* UA_ServerNetworkLayer::statistics

Definition at line 123 of file network.h.

◆ discoveryUrl

UA_String UA_ServerNetworkLayer::discoveryUrl

Definition at line 125 of file network.h.

◆ localConnectionConfig

UA_ConnectionConfig UA_ServerNetworkLayer::localConnectionConfig

Definition at line 127 of file network.h.

◆ start

UA_StatusCode(* UA_ServerNetworkLayer::start) (UA_ServerNetworkLayer *nl, const UA_Logger *logger, const UA_String *customHostname)

Definition at line 133 of file network.h.

◆ listen

UA_StatusCode(* UA_ServerNetworkLayer::listen) (UA_ServerNetworkLayer *nl, UA_Server *server, UA_UInt16 timeout)

Definition at line 147 of file network.h.

◆ stop

void(* UA_ServerNetworkLayer::stop) (UA_ServerNetworkLayer *nl, UA_Server *server)

Definition at line 157 of file network.h.

◆ clear

void(* UA_ServerNetworkLayer::clear) (UA_ServerNetworkLayer *nl)

Definition at line 160 of file network.h.


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