NodeOPCUA API Documentation
    Preparing search index...

    Interface UAReference

    interface UAReference {
        isForward: boolean;
        node?: BaseNode<BaseNodeEvents>;
        nodeId: NodeId;
        referenceType: NodeId;
        toString(options?: { addressSpace?: IAddressSpace }): string;
    }
    Index
    isForward: boolean
    nodeId: NodeId
    referenceType: NodeId
    • Parameters

      Returns string