OpcAddCommentCallback Delegate

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

Represents the method that will apply the comment to the state of a condition node.

C#

public delegate OpcStatusCode OpcAddCommentCallback(OpcNodeContext<OpcConditionNode> context, byte[] eventId, OpcText comment);


Parameters

context OpcNodeContext<OpcConditionNode>

The OpcNodeContext´1 to use to apply the comment.

eventId Byte[]

The identifier identifying a particular event notification where a state was reported for a condition.

comment OpcText

A localized text to be applied to the condition.


Returns

OpcStatusCode

The OpcStatusCode which defines the outcome of the operation.