C# Class Opc.Ua.Server.LocalReference

Stores a reference between NodeManagers that is needs to be created or deleted.
ファイルを表示 Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
LocalReference ( NodeId sourceId, NodeId referenceTypeId, bool isInverse, NodeId targetId ) : System

Initializes the the reference.

Method Details

LocalReference() public method

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