namespace http://opcfoundation.org/UA/
nodeClass DataType
name AddReferencesItem
isAbstract false
interface DTAddReferencesItem {
    isForward: boolean;
    referenceTypeId: NodeId;
    sourceNodeId: NodeId;
    targetNodeClass: EnumNodeClass;
    targetNodeId: ExpandedNodeId;
    targetServerUri: UAString;
}

Hierarchy (view full)

Properties

isForward: boolean
referenceTypeId: NodeId
sourceNodeId: NodeId
targetNodeClass: EnumNodeClass
targetNodeId: ExpandedNodeId
targetServerUri: UAString