OpcFileWriteMethodNode Members

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

OpcFileWriteMethodNode(IOpcNode, OpcName, OpcFileWriteMethodNode.FileWriteCallback)

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

C#

public OpcFileWriteMethodNode(IOpcNode parent, OpcName name, OpcFileWriteMethodNode.FileWriteCallback 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 file write method node can be accessed.

callback FileWriteCallback

The FileWriteCallback to call on method invokation of the new file write method node.

OpcFileWriteMethodNode(IOpcNode, OpcName, OpcFileWriteMethodNode.FileWriteExCallback)

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

C#

public OpcFileWriteMethodNode(IOpcNode parent, OpcName name, OpcFileWriteMethodNode.FileWriteExCallback 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 file write method node can be accessed.

callback FileWriteExCallback

The FileWriteExCallback to call on method invokation of the new file write method node.

OpcFileWriteMethodNode(IOpcNode, OpcName, OpcNodeId, OpcFileWriteMethodNode.FileWriteCallback)

Initializes a new instance of the OpcFileWriteMethodNode 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 OpcFileWriteMethodNode(IOpcNode parent, OpcName name, OpcNodeId id, OpcFileWriteMethodNode.FileWriteCallback 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 file write method node can be accessed.

id OpcNodeId

The OpcNodeId through that the new file write method node can be identified and accessed.

callback FileWriteCallback

The FileWriteCallback to call on method invokation of the new file write method node.

OpcFileWriteMethodNode(IOpcNode, OpcName, OpcNodeId, OpcFileWriteMethodNode.FileWriteExCallback)

Initializes a new instance of the OpcFileWriteMethodNode 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 OpcFileWriteMethodNode(IOpcNode parent, OpcName name, OpcNodeId id, OpcFileWriteMethodNode.FileWriteExCallback 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 file write method node can be accessed.

id OpcNodeId

The OpcNodeId through that the new file write method node can be identified and accessed.

callback FileWriteExCallback

The FileWriteExCallback to call on method invokation of the new file write method node.

OpcFileWriteMethodNode(OpcFileWriteMethodNode.FileWriteCallback)

Initializes a new instance of the OpcFileWriteMethodNode class with the FileWriteCallback call given by callback.

C#

public OpcFileWriteMethodNode(OpcFileWriteMethodNode.FileWriteCallback callback)


Parameters

callback FileWriteCallback

The FileWriteCallback to call on method invokation of the new file write method node.

OpcFileWriteMethodNode(OpcFileWriteMethodNode.FileWriteExCallback)

Initializes a new instance of the OpcFileWriteMethodNode class with the FileWriteExCallback call given by callback.

C#

public OpcFileWriteMethodNode(OpcFileWriteMethodNode.FileWriteExCallback callback)


Parameters

callback FileWriteExCallback

The FileWriteExCallback to call on method invokation of the new file write method node.

OpcFileWriteMethodNode(OpcName, OpcFileWriteMethodNode.FileWriteCallback)

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

C#

public OpcFileWriteMethodNode(OpcName name, OpcFileWriteMethodNode.FileWriteCallback callback)


Parameters

name OpcName

The OpcName through that the new file write method node can be accessed.

callback FileWriteCallback

The FileWriteCallback to call on method invokation of the new file write method node.

OpcFileWriteMethodNode(OpcName, OpcFileWriteMethodNode.FileWriteExCallback)

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

C#

public OpcFileWriteMethodNode(OpcName name, OpcFileWriteMethodNode.FileWriteExCallback callback)


Parameters

name OpcName

The OpcName through that the new file write method node can be accessed.

callback FileWriteExCallback

The FileWriteExCallback to call on method invokation of the new file write method node.

OpcFileWriteMethodNode(OpcName, OpcNodeId, OpcFileWriteMethodNode.FileWriteCallback)

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

C#

public OpcFileWriteMethodNode(OpcName name, OpcNodeId id, OpcFileWriteMethodNode.FileWriteCallback callback)


Parameters

name OpcName

The OpcName through that the new file write method node can be accessed.

id OpcNodeId

The OpcNodeId through that the new file write method node can be identified and accessed.

callback FileWriteCallback

The FileWriteCallback to call on method invokation of the new file write method node.

OpcFileWriteMethodNode(OpcName, OpcNodeId, OpcFileWriteMethodNode.FileWriteExCallback)

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

C#

public OpcFileWriteMethodNode(OpcName name, OpcNodeId id, OpcFileWriteMethodNode.FileWriteExCallback callback)


Parameters

name OpcName

The OpcName through that the new file write method node can be accessed.

id OpcNodeId

The OpcNodeId through that the new file write method node can be identified and accessed.

callback FileWriteExCallback

The FileWriteExCallback to call on method invokation of the new file write 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).