Class | Description | |
---|---|---|
EasyUAServerCore | The core part of the EasyUAServer object. | |
EasyUAServerManagementCore | The core part of the EasyUAServerManagement object. | |
IEasyUAServerExtension | Contains extension methods to the IEasyUAServer interface. |
Class | Description | |
---|---|---|
EasyUAServerCore | The core part of the EasyUAServer object. | |
EasyUAServerManagementCore | The core part of the EasyUAServerManagement object. | |
IEasyUAServerExtension | Contains extension methods to the IEasyUAServer interface. |
Interface | Description | |
---|---|---|
IEasyUAServer | Allows simple creation of OPC Unified Architecture servers. | |
IEasyUAServerEndpointMonitoring | Provides methods and events to monitor OPC UA endpoints on the server side. | |
IEasyUAServerSettings | Provides access to settings for IEasyUAServer objects. |
Delegate | Description | |
---|---|---|
EasyUAClientSessionConnectionEventHandler | Represents the method that will handle an event raised when a client has connected to or disconnected from the server. | |
EasyUAClientSubscriptionLifecycleEventHandler | Represents the method that will handle an event raised when a client has created, deleted, or changed the subscription on the server. | |
EasyUAServerEndpointStateChangedEventHandler | Represents the method that will handle an event raised when the state of the server endpoint has changed. | |
UADataSubscriptionChangedEventHandler | Represents the method that will handle an event raised when data subscription has been added, removed, or modified. | |
UADataVariableConversionErrorEventHandler | Represents the method that will handle an event raised when data cannot be converted from Read, for Write, or in OnNext. | |
UADataVariableProcessedEventHandler | Represents the method that will handle an event that can be handled on a data variable. | |
UADataVariableReadEventHandler | Represents the method that will handle an event raised for obtaining the OPC UA read data. | |
UADataVariableWriteEventHandler | Represents the method that will handle an event raised for supplying the OPC UA write data. |
Enumeration | Description | |
---|---|---|
UADataSubscriptionChangedAction | The action describing how the OPC UA data subscription has changed. | |
UADataVariableConversionAction | The action describing where the conversion for the data variable takes place. |