C# Class Opc.Ua.Server.NodeHandle

Stores information about a NodeId specified by the client.
A NodeHandle is created when GetManagerHandle is called and will only contain information found by parsing the NodeId. The ValidateNode method is used to verify that the NodeId refers to a real Node and find a NodeState object that can be used to access the Node.
ファイルを表示 Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
NodeHandle ( ) : System

Initializes a new instance of the NodeHandle class.

NodeHandle ( Opc.Ua.NodeId nodeId, NodeState node ) : System

Initializes a new instance of the NodeHandle class.

Method Details

NodeHandle() public method

Initializes a new instance of the NodeHandle class.
public NodeHandle ( ) : System
return System

NodeHandle() public method

Initializes a new instance of the NodeHandle class.
public NodeHandle ( Opc.Ua.NodeId nodeId, NodeState node ) : System
nodeId Opc.Ua.NodeId The node id.
node NodeState The node.
return System