NodeOPCUA API Documentation
    Preparing search index...

    Interface ReferenceDescriptionDataTypeOptions

    interface ReferenceDescriptionDataTypeOptions {
        isForward?: boolean;
        referenceType?: NodeIdLike | null;
        sourceNode?: NodeIdLike | null;
        targetNode?: ExpandedNodeId;
    }
    Index

    Properties

    isForward?: boolean
    referenceType?: NodeIdLike | null
    sourceNode?: NodeIdLike | null
    targetNode?: ExpandedNodeId