C# Class Opc.Ua.Server.LocalReference

Stores a reference between NodeManagers that is needs to be created or deleted.
Afficher le fichier Open project: OPCFoundation/UA-.NET Class Usage Examples

Méthodes publiques

Méthode Description
LocalReference ( NodeId sourceId, NodeId referenceTypeId, bool isInverse, NodeId targetId ) : System

Initializes the the reference.

Method Details

LocalReference() public méthode

Initializes the the reference.
public LocalReference ( NodeId sourceId, NodeId referenceTypeId, bool isInverse, NodeId targetId ) : System
sourceId NodeId
referenceTypeId NodeId
isInverse bool
targetId NodeId
Résultat System