OpcConditionExtension Class

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

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

C#

public static class OpcConditionExtension


Inheritance Object › OpcConditionExtension

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