Class | Description | |
---|---|---|
![]() | AEwrapper | Wrapper for the HDA methods in the server interface This is the base module if the AE to UA client wrapper. It handles the connection to one UA server. |
![]() | ServerDiscovery | Interface for UA server discovery. Local and remote UA Discovery servers can be accessed. Each UA discovery server returns the UA server running on its machine. The application certificate of the discovery server needs to be imported on the client machine in the same way as certificates of other UA servers. The client application certificate must be imported on the server machine for the discovery server and the discovered UA servers to be accessible. |
![]() | TraceMasks | The masks used to filter trace messages. |
![]() | UaArgument | Defines an input or output argument of a UA Method. GetUaMethodDefinition() returns UaArgument objects in lists for inpout and output argements. |
![]() | UaMethodArguments | GetUaMethodDefinition() returns the result in an object of this class. |
Delegate | Description | |
---|---|---|
![]() | dlgShutdownRequest | Delegate defining the callback method that informs the client of server shutdowns. |
![]() | NotifyUntrustedCertificate | Notification handler for invalid server certificates |
![]() | OnTrace | Delegate defining the callback handler method for application trace handler. |
Enumeration | Description | |
---|---|---|
![]() | TraceOutput | The possible trace output mechanisms. |
![]() | UaNodeClass |