OpcConditionNodeExtension Class

Namespace: Opc.UaFx.Client
Assemblies: Opc.UaFx.Advanced.dll

Provides static (Shared in Visual Basic) extension methods to manage OpcConditionNode objects.

C#

public static class OpcConditionNodeExtension


Inheritance Object › OpcConditionNodeExtension

Name Description
AddComment(OpcConditionNode, OpcClient, Byte, OpcText) Applies a comment to the state reported by an event notification which can be identified by the eventId on the conditionNode specified using the further specified client.
AddComment(OpcConditionNode, OpcClient, OpcText) Applies a comment to the state reported by an event notification which can be identified by the EventId of the conditionNode specified using the further specified client.
Disable(OpcConditionNode, OpcClient) Changes the condition state to 'Disabled' of the conditionNode specified using the further specified client.
Enable(OpcConditionNode, OpcClient) Changes the condition state to 'Enabled' of the conditionNode specified using the further specified client.