C# Class Opc.Ua.Server.NodeMetadata

Stores metadata required to process requests related to a node.
Afficher le fichier Open project: OPCFoundation/UA-.NET Class Usage Examples

Méthodes publiques

Méthode Description
NodeMetadata ( object handle, NodeId nodeId ) : System

Initializes the object with its handle and NodeId.

Method Details

NodeMetadata() public méthode

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