RelativeNodeId QML Type
시작 노드와 경로로 상대 노드를 지정합니다. 더 보기...
Import Statement: | import QtOpcUa |
Since: | QtOpcUa 5.12 |
속성
상세 설명
지정된 시작 노드에서 시작하여 서버는 경로 속성의 콘텐츠를 서버의 기존 노드와 일치시키려고 시도합니다. 경로가 정확히 하나의 대상 노드와 완전히 일치하는 경우에만 경로가 사용됩니다. 부분 일치 또는 다중 일치는 처리할 수 없으며 오류로 처리됩니다.
import QtOpcUa as QtOpcUa QtOpcUa.RelativeNodeId { startNode: QtOpcUa.RelativeNodeId { identifier: "s=Example.Node" ns: "Example Namespace" } path: [ QtOpcUa.RelativeNodePath { ns: "Test Namespace" browseName: "SomeName" } ... ] } }
속성 문서
path : list |
지정된 노드의 검색 경로입니다. 시작 노드를 기준으로 대상 노드를 찾을 수 있는 경로를 지정하는 OpcUaRelativeNodePath
객체 목록입니다.
startNode : NodeId |
노드 식별자의 네임스페이스. 시작 노드는 경로 확인이 시작되는 노드를 지정합니다. 절대 또는 상대 노드 ID일 수 있습니다.
NodeId 및 RelativeNodeId 을참조하세요 .
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.