OpcTranslatePath Class

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

Defines a single command of the IOpcTranslatePathsService.

C#

public class OpcTranslatePath : OpcNodeAttributeServiceCommand


Inheritance ObjectOpcServiceCommandOpcNodeServiceCommandOpcNodeAttributeServiceCommand › OpcTranslatePath

Name Description
OpcTranslatePath(IEnumerable) Initializes a new instance of the OpcTranslatePath class using the specified pathElements to start translating them from the root node.
OpcTranslatePath(IEnumerable) Initializes a new instance of the OpcTranslatePath class using the specified pathElements to start translating them from the root node.
OpcTranslatePath(OpcName) Initializes a new instance of the OpcTranslatePath class using the specified pathElements to start translating them from the root node.
OpcTranslatePath(OpcNodeId, IEnumerable) Initializes a new instance of the OpcTranslatePath class using the specified nodeId to start translating the pathElements.
OpcTranslatePath(OpcNodeId, IEnumerable) Initializes a new instance of the OpcTranslatePath class using the specified nodeId to start translating the pathElements.
OpcTranslatePath(OpcNodeId, OpcName) Initializes a new instance of the OpcTranslatePath class using the specified nodeId to start translating the pathElements.
OpcTranslatePath(OpcNodeId, OpcRelativePath) Initializes a new instance of the OpcTranslatePath class using the specified nodeId to start translating the path.
OpcTranslatePath(OpcNodeId, OpcRelativePathElement) Initializes a new instance of the OpcTranslatePath class using the specified nodeId to start translating the pathElements.
OpcTranslatePath(OpcNodeId, String) Initializes a new instance of the OpcTranslatePath class using the specified nodeId to start translating the path.
OpcTranslatePath(OpcRelativePathElement) Initializes a new instance of the OpcTranslatePath class using the specified pathElements to start translating them from the root node.
OpcTranslatePath(String) Initializes a new instance of the OpcTranslatePath class using the specified path to start translating it from the root node.
Name Description
Attribute Gets the OpcAttribute used to setup this command and which is used by the node attribute orientated service to operate on the node identified by the NodeId.
(Inherited from OpcNodeAttributeServiceCommand)
NodeId Gets the node identifier of the node on which a node orientated service have to operate on.
(Inherited from OpcNodeServiceCommand)
Path Gets the path to follow.
SupportsNullNodeId Gets a value indicating whether the OpcNodeServiceCommand supports instances of the OpcNodeId class its IsNull provides a value equals to the value true.
(Inherited from OpcNodeServiceCommand)
Name Description
DenyNullIdentifier(OpcNodeId, String) Verifies whether the value is a null identifier by checking the IsNull property.
(Inherited from OpcNodeServiceCommand)