NodeId QML Type
식별자로 노드를 지정합니다. 더 보기...
Import Statement: | import QtOpcUa |
Since: | QtOpcUa 5.12 |
속성
- identifier : string
- ns : string
신호
상세 설명
import QtOpcUa as QtOpcUa QtOpcUa.NodeId { identifier: "s=Example.Node" ns: "Example Namespace" }
속성 문서
identifier : string |
노드의 식별자입니다. 식별자는 다음 유형 중 하나로 지정해야 합니다.
유형 | 예시 |
---|---|
숫자 | i=23 |
문자열 | s=MyStringIdentifier |
GUID | g=08081e75-8e5e-319b-954f-f3a7613dc29b |
불투명(base64) | b=UXQgZnR3IQ== |
네임스페이스 인덱스 ns=X;s=...
를 포함할 수 있지만 권장하지는 않습니다. 이 경우 지정된 네임스페이스 인덱스는 내부적으로 식별자를 제거하고 네임스페이스 속성으로 설정합니다.
ns : string |
노드 식별자의 네임스페이스. 식별자는 숫자로 된 인덱스 또는 문자열로 된 이름일 수 있습니다. 정수로 변환할 수 있는 문자열은 네임스페이스 인덱스로 간주됩니다.
신호 문서
nodeChanged() |
기본 노드가 변경되었을 때 발생하는 신호입니다. 네임스페이스 또는 식별자가 변경되었을 때 발생합니다.
참고: 해당 핸들러는 onNodeChanged
입니다.
© 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.