OpcDialogResponseMethodNode Members

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

OpcDialogResponseMethodNode(IOpcNode, OpcName, OpcDialogResponseMethodNode.DialogResponseCallback)

Initializes a new instance of the OpcDialogResponseMethodNode class accessible by the name specified with the DialogResponseCallback call given by callback as a child node of the parent node given.

C#

public OpcDialogResponseMethodNode(IOpcNode parent, OpcName name, OpcDialogResponseMethodNode.DialogResponseCallback callback)


Parameters

parent IOpcNode

The IOpcNode used as the parent node or a null reference (Nothing in Visual Basic) in the case there is no parent node available.

name OpcName

The OpcName through that the new dialog response method node can be accessed.

callback DialogResponseCallback

The DialogResponseCallback to call on method invokation of the new dialog response method node.

OpcDialogResponseMethodNode(IOpcNode, OpcName, OpcDialogResponseMethodNode.DialogResponseExCallback)

Initializes a new instance of the OpcDialogResponseMethodNode class accessible by the name specified with the DialogResponseExCallback call given by callback as a child node of the parent node given.

C#

public OpcDialogResponseMethodNode(IOpcNode parent, OpcName name, OpcDialogResponseMethodNode.DialogResponseExCallback callback)


Parameters

parent IOpcNode

The IOpcNode used as the parent node or a null reference (Nothing in Visual Basic) in the case there is no parent node available.

name OpcName

The OpcName through that the new dialog response method node can be accessed.

callback DialogResponseExCallback

The DialogResponseExCallback to call on method invokation of the new dialog response method node.

OpcDialogResponseMethodNode(IOpcNode, OpcName, OpcNodeId, OpcDialogResponseMethodNode.DialogResponseCallback)

Initializes a new instance of the OpcDialogResponseMethodNode class accessible by the name and id specified with the delegate to call defined by callback as a child node of the parent node given.

C#

public OpcDialogResponseMethodNode(IOpcNode parent, OpcName name, OpcNodeId id, OpcDialogResponseMethodNode.DialogResponseCallback callback)


Parameters

parent IOpcNode

The IOpcNode used as the parent node or a null reference (Nothing in Visual Basic) in the case there is no parent node available.

name OpcName

The OpcName through that the new dialog response method node can be accessed.

id OpcNodeId

The OpcNodeId through that the new dialog response method node can be identified and accessed.

callback DialogResponseCallback

The DialogResponseCallback to call on method invokation of the new dialog response method node.

OpcDialogResponseMethodNode(IOpcNode, OpcName, OpcNodeId, OpcDialogResponseMethodNode.DialogResponseExCallback)

Initializes a new instance of the OpcDialogResponseMethodNode class accessible by the name and id specified with the delegate to call defined by callback as a child node of the parent node given.

C#

public OpcDialogResponseMethodNode(IOpcNode parent, OpcName name, OpcNodeId id, OpcDialogResponseMethodNode.DialogResponseExCallback callback)


Parameters

parent IOpcNode

The IOpcNode used as the parent node or a null reference (Nothing in Visual Basic) in the case there is no parent node available.

name OpcName

The OpcName through that the new dialog response method node can be accessed.

id OpcNodeId

The OpcNodeId through that the new dialog response method node can be identified and accessed.

callback DialogResponseExCallback

The DialogResponseExCallback to call on method invokation of the new dialog response method node.

OpcDialogResponseMethodNode(OpcDialogResponseMethodNode.DialogResponseCallback)

Initializes a new instance of the OpcDialogResponseMethodNode class with the DialogResponseCallback call given by callback.

C#

public OpcDialogResponseMethodNode(OpcDialogResponseMethodNode.DialogResponseCallback callback)


Parameters

callback DialogResponseCallback

The DialogResponseCallback to call on method invokation of the new dialog response method node.

OpcDialogResponseMethodNode(OpcDialogResponseMethodNode.DialogResponseExCallback)

Initializes a new instance of the OpcDialogResponseMethodNode class with the DialogResponseExCallback call given by callback.

C#

public OpcDialogResponseMethodNode(OpcDialogResponseMethodNode.DialogResponseExCallback callback)


Parameters

callback DialogResponseExCallback

The DialogResponseExCallback to call on method invokation of the new dialog response method node.

OpcDialogResponseMethodNode(OpcName, OpcDialogResponseMethodNode.DialogResponseCallback)

Initializes a new instance of the OpcDialogResponseMethodNode class accessible by the name specified with the DialogResponseCallback call given by callback.

C#

public OpcDialogResponseMethodNode(OpcName name, OpcDialogResponseMethodNode.DialogResponseCallback callback)


Parameters

name OpcName

The OpcName through that the new dialog response method node can be accessed.

callback DialogResponseCallback

The DialogResponseCallback to call on method invokation of the new dialog response method node.

OpcDialogResponseMethodNode(OpcName, OpcDialogResponseMethodNode.DialogResponseExCallback)

Initializes a new instance of the OpcDialogResponseMethodNode class accessible by the name specified with the DialogResponseExCallback call given by callback.

C#

public OpcDialogResponseMethodNode(OpcName name, OpcDialogResponseMethodNode.DialogResponseExCallback callback)


Parameters

name OpcName

The OpcName through that the new dialog response method node can be accessed.

callback DialogResponseExCallback

The DialogResponseExCallback to call on method invokation of the new dialog response method node.

OpcDialogResponseMethodNode(OpcName, OpcNodeId, OpcDialogResponseMethodNode.DialogResponseCallback)

Initializes a new instance of the OpcDialogResponseMethodNode class accessible by the name and id specified with the delegate to call given by callback.

C#

public OpcDialogResponseMethodNode(OpcName name, OpcNodeId id, OpcDialogResponseMethodNode.DialogResponseCallback callback)


Parameters

name OpcName

The OpcName through that the new dialog response method node can be accessed.

id OpcNodeId

The OpcNodeId through that the new dialog response method node can be identified and accessed.

callback DialogResponseCallback

The DialogResponseCallback to call on method invokation of the new dialog response method node.

OpcDialogResponseMethodNode(OpcName, OpcNodeId, OpcDialogResponseMethodNode.DialogResponseExCallback)

Initializes a new instance of the OpcDialogResponseMethodNode class accessible by the name and id specified with the delegate to call given by callback.

C#

public OpcDialogResponseMethodNode(OpcName name, OpcNodeId id, OpcDialogResponseMethodNode.DialogResponseExCallback callback)


Parameters

name OpcName

The OpcName through that the new dialog response method node can be accessed.

id OpcNodeId

The OpcNodeId through that the new dialog response method node can be identified and accessed.

callback DialogResponseExCallback

The DialogResponseExCallback to call on method invokation of the new dialog response method node.

DefaultTypeDefinitionId

Gets the default identifier which identifies the node that defines the underlying node type from that this OpcInstanceNode has been created.

C#

protected override OpcNodeId DefaultTypeDefinitionId { get; }


Property Value

OpcNodeId

The OpcNodeId of the type node from that this OpcInstanceNode has been created from. These type node defines the typical structure of an instance node of its type definition. If there exists no specific type definition node a null reference (Nothing in Visual Basic).