Name | Description | |
---|---|---|
EasyUAServer Constructor | Overloaded. Initializes a new instance of the class. |
The following tables list the members exposed by EasyUAServer.
Name | Description | |
---|---|---|
EasyUAServer Constructor | Overloaded. Initializes a new instance of the class. |
Name | Description | |
---|---|---|
AlternateHostNames | A collection of host names for the application instance. (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
AlternateHostNamesString | A comma-separated list of alternate host names for the application instance. (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
Container | (Inherited from System.ComponentModel.Component) | |
CustomReference | Can be used to distinguish otherwise equal widgets. (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
EffectiveEndpointDescriptor | An OPC UA endpoint descriptor (of this server component) for client connections. (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
EffectiveMessageSecurityModes | The effective message security modes the server can use. (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
EndpointUrl | The URL of the server's primary endpoint. (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
EndpointUrlString | The URL string of the server's primary endpoint. (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
EndpointUrlStrings | The URL strings of server endpoints. (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
InstanceParameters | Contains parameters that influence the behavior of just this instance of the component. (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
IsStarted | Determines whether the component is currently started. (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
LicenseInfo | Provides dictionary of license data fields and their values. (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
MessageSecurityModes | Specifies which message security modes to use. (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
NotificationQueueCapacity | Capacity of the notification queue. (Inherited from OpcLabs.BaseLib.Widgets.NotifyingWidget) | |
NotificationQueueIdleTimeToSleep | The idle time before the internal thread executing the queued notifications is stopped (in milliseconds). (Inherited from OpcLabs.BaseLib.Widgets.NotifyingWidget) | |
Objects | The OPC UA Objects folder of the server, and the nodes it contains (folders and data variables). (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
ObjectsNamespaceUri | The namespace (URI) of the nodes under the Objects folder. (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
ObjectsNamespaceUriString | The namespace (URI string) of the nodes under the Objects folder. (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
QueueNotifications | Determines whether the component will deliver all notifications in a queued manner. (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
RegisterWithLds | Specifies whether this server should register itself with OPC UA Local Discovery Server (LDS). (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
SharedInstance | A shared instance of the server object. | |
Site | (Inherited from System.ComponentModel.Component) | |
SynchronizationContext | Contains synchronization context used by the object when performing asynchronous operations (including event notifications). (Inherited from OpcLabs.BaseLib.Widgets.NotifyingWidget) |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) | |
ServiceContainer | The service container provided by this widget to inheritors. (Inherited from OpcLabs.BaseLib.Widgets.Widget) |
Name | Description | |
---|---|---|
Add | Adds the specified server node to the Objects folder of the server. (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
Clone | Overridden. | |
Create | Creates a new instance of the class. | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
Equals | (Inherited from object) | |
GetEnumerator | (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
GetHashCode | Serves as the default hash function. (Inherited from object) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
GetObjectData | (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
GetSchema | (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
GetService | (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
ReadXml | (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
Reset | Sets the object properties back to their defaults. (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
Start | Starts the OPC UA server. (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
Stop | Stops the OPC UA server. (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
ToString | (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
ValueEquals | Overloaded. Defines a generalized method that classes must implement to create type-specific method for determining value equality of instances. Determines whether this instance has the same value as a given other instance. (Inherited from OpcLabs.BaseLib.Widgets.NotifyingWidget) | |
WriteXml | (Inherited from OpcLabs.BaseLib.Widgets.Widget) |
Name | Description | |
---|---|---|
CallbackError | Processes an error that has occurred during a callback. (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
Finalize | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnContextTypesChanged | Infrastructure. (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
OnNotificationEnqueuerOverflow | Infrastructure. (Inherited from OpcLabs.BaseLib.Widgets.NotifyingWidget) | |
OnNotificationEnqueuerOverflowClearing | Infrastructure. (Inherited from OpcLabs.BaseLib.Widgets.NotifyingWidget) | |
OnServerRootBackEndNodeRejectedError | Increments the rejected node count, and raises the NodeRejectedError event, indicating that a node has been rejected by the server. (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
ReadXmlElement | Infrastructure. (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
SendCallbackError | Processes an error that has occurred during a callback. (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
Synchronize | Overloaded. Invokes the specified action in a synchronized manner. (Inherited from OpcLabs.BaseLib.Widgets.NotifyingWidget) | |
WriteXmlElement | Infrastructure. (Inherited from OpcLabs.BaseLib.Widgets.Widget) |
Name | Description | |
---|---|---|
AsStarted | Starts the OPC UA server if it is not started, and returns the same OPC UA server. | |
AsStopped | Stops the OPC UA server if it is started, and returns the same OPC UA server. | |
FindServerNode | Attempts to find the node in the server that matches the specified node descriptor. | |
SetState<TNode> | Sets the arbitrary object associated with the node. |
Name | Description | |
---|---|---|
AddressSpaceError | Raised when a failure occurs during creation of the address space. (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
ConversionError | Raised when data cannot be converted from Read, for Write, or in data subscription's OpcLabs.BaseLib.ISink<T>.OnNext. (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
DataSubscriptionChanged | Raised when data subscription has been added, removed, or modified. (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
Disposed | (Inherited from System.ComponentModel.Component) | |
EndpointStateChanged | Raised when the state of the OPC UA server endpoint has changed. (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
LogEntry | Raised for loggable entries originating in the OPC-UA Server engine and the EasyUAServer component. (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
NodeRejectedError | Raised when a node is rejected by the server. (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
Read | Raised to obtain the OPC UA read data. (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
SamplingIntervalChanged | Raised when the sampling interval of a data variable has changed. (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
Starting | Raised when the component is starting. (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
Stopped | Raised when the component has stopped. (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) | |
Write | Raised to supply the OPC UA write data. (Inherited from OpcLabs.EasyOpc.UA.EasyUAServerCore) |