package
0.6.4
Repository: https://github.com/gopcua/opcua.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

Certificate sets the client X509 certificate in the secure channel configuration and also detects and sets the ApplicationURI from the URI within the certificate.
No description provided by the author
EnableAuthMode registers a new user authentication mode to the server.
EnableSecurity registers a new endpoint security mode to the server.
EndPointHostName adds an additional endpoint to the server based on the host name.
No description provided by the author
No description provided by the author
New returns an initialized OPC-UA server.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PrivateKey sets the RSA private key in the secure channel configuration.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
the server.SetLogger takes a server.Logger interface.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Structs

AttributeService implements the Attribute Service Set.
No description provided by the author
DiscoveryService implements the Discovery Service Set https://reference.opcfoundation.org/Core/Part4/v105/docs/5.4.
This namespaces give a convenient way to have data mapped to the OPC server without having to map your application data to the OCP-UA data abstraction It (currently) supports ints, floats, strings, and timestamps.
MethodService implements the Method Service Set.
No description provided by the author
MonitoredItemService implements the MonitoredItem Service Set.
No description provided by the author
NodeManagementService implements the Node Management Service Set.
the base "node-centric" namespace.
No description provided by the author
No description provided by the author
QueryService implements the Query Service Set.
Server is a high-level OPC-UA Server.
No description provided by the author
SessionService implements the Session Service Set.
This is the type that with its run() function will work in the bakground fullfilling subscription publishes.
SubscriptionService implements the Subscription Service Set.
ViewService implements the View Service Set.

# Interfaces

this logger interface is used to allow the user to provide their own logger it is compatible with slog.Logger.
These are all the functions a namespace needs in order to provide nodes into the server.

# Type aliases

No description provided by the author
No description provided by the author
Option is an option function type to modify the configuration.
No description provided by the author
No description provided by the author
No description provided by the author