C# Class Opc.Ua.Server.NodeMetadata

Stores metadata required to process requests related to a node.
ファイルを表示 Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
NodeMetadata ( object handle, NodeId nodeId ) : System

Initializes the object with its handle and NodeId.

Method Details

NodeMetadata() public method

Initializes the object with its handle and NodeId.
public NodeMetadata ( object handle, NodeId nodeId ) : System
handle object
nodeId NodeId
return System