OpcAddCommentMethodNode.AddCommentCallback Delegate

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

Applies the comment to the state of a condition.

C#

[CLSCompliant(false)]
public delegate void OpcAddCommentMethodNode.AddCommentCallback(byte[] eventId, OpcText comment)


Attributes CLSCompliantAttribute


Parameters

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.

Remarks

This method does provide the following OpcResult information: * BadEventIdUnknown