Module opcua_server::server [] [src]

The server module defines types related to the server, it's current running state and end point information.

Structs

Endpoint
Server

The Server represents a running instance of OPC UA. There can be more than one server running at a time providing they do not share the same thread or listen on the same ports.

ServerDiagnostics

Structure that captures diagnostics information for the server

ServerState

Server state is any state associated with the server as a whole that individual sessions might be interested in. That includes configuration info, address space etc.