NodeOPCUA API Documentation
    Preparing search index...
    interface UAReference {
        isForward: boolean;
        node?: BaseNode<BaseNodeEvents>;
        nodeId: NodeId;
        referenceType: NodeId;
        toString(options?: { addressSpace?: IAddressSpace }): string;
    }
    Index

    Properties

    isForward: boolean
    nodeId: NodeId
    referenceType: NodeId

    Methods