OpcAcknowledgeableConditionNodeExtension Members

Namespace: Opc.UaFx.Client
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcAcknowledgeableConditionNodeExtension type exposes the following members.

Acknowledge(OpcAcknowledgeableConditionNode, OpcClient, Byte[], OpcText)

Acknowledges an event notification which can be identified by the eventId on the conditionNode specified there the IsAckedNode is equals to its false state using the further specified client.

C#

public static void Acknowledge(this OpcAcknowledgeableConditionNode conditionNode, OpcClient client, byte[] eventId, OpcText comment)


Parameters

conditionNode OpcAcknowledgeableConditionNode

The OpcAcknowledgeableConditionNode its 'Acknowledge' method node is to be called.

client OpcClient

The OpcClient to use to call the method.

eventId Byte[]

The identifier which identifies the particular event notification its reported state for the conditionNode is to be acknowledged.

comment OpcText

The text to apply on the condition.



Exceptions

ArgumentNullException

The conditionNode, client or eventId is a null reference (Nothing in Visual Basic).

OpcException

The call of the method node failed (see exception details for more information).

Acknowledge(OpcAcknowledgeableConditionNode, OpcClient, OpcText)

Acknowledges an event notification which can be identified by the EventId of the conditionNode specified there the IsAckedNode is equals to its false state using the further specified client.

C#

public static void Acknowledge(this OpcAcknowledgeableConditionNode conditionNode, OpcClient client, OpcText comment)


Parameters

conditionNode OpcAcknowledgeableConditionNode

The OpcAcknowledgeableConditionNode its 'Acknowledge' method node is to be called.

client OpcClient

The OpcClient to use to call the method.

comment OpcText

The text to apply on the condition.



Exceptions

ArgumentNullException

The conditionNode or client is a null reference (Nothing in Visual Basic).

OpcException

The call of the method node failed (see exception details for more information).

Confirm(OpcAcknowledgeableConditionNode, OpcClient, Byte[], OpcText)

Confirms an event notification which can be identified by the eventId on the conditionNode specified there the IsConfirmedNode is equals to its false state using the further specified client.

C#

public static void Confirm(this OpcAcknowledgeableConditionNode conditionNode, OpcClient client, byte[] eventId, OpcText comment)


Parameters

conditionNode OpcAcknowledgeableConditionNode

The OpcAcknowledgeableConditionNode its 'Confirm' method node is to be called.

client OpcClient

The OpcClient to use to call the method.

eventId Byte[]

The identifier which identifies the particular event notification its reported state for the conditionNode is to be confirmed.

comment OpcText

The text to apply on the condition.



Exceptions

ArgumentNullException

The conditionNode, client or eventId is a null reference (Nothing in Visual Basic).

OpcException

The call of the method node failed (see exception details for more information).

Confirm(OpcAcknowledgeableConditionNode, OpcClient, OpcText)

Confirms an event notification which can be identified by the EventId of the conditionNode specified there the IsConfirmedNode is equals to its false state using the further specified client.

C#

public static void Confirm(this OpcAcknowledgeableConditionNode conditionNode, OpcClient client, OpcText comment)


Parameters

conditionNode OpcAcknowledgeableConditionNode

The OpcAcknowledgeableConditionNode its 'Confirm' method node is to be called.

client OpcClient

The OpcClient to use to call the method.

comment OpcText

The text to apply on the condition.



Exceptions

ArgumentNullException

The conditionNode or client is a null reference (Nothing in Visual Basic).

OpcException

The call of the method node failed (see exception details for more information).