EndpointDescription QML Type
OPC UA 엔드포인트 설명. 더 보기...
Import Statement: | import QtOpcUa |
Since: | QtOpcUa 5.13 |
속성
- MessageSecurityMode : enumeration
- endpointUrl : string
- securityMode : MessageSecurityMode
- securityPolicy : string
- server : ApplicationDescription
- userIdentityTokens : list<UserTokenPolicy>
상세 설명
엔드포인트 설명에는 엔드포인트에 대한 정보와 엔드포인트에 연결하는 방법이 포함되어 있습니다.
속성 문서
MessageSecurityMode : enumeration |
엔드포인트에서 지원하는 보안 모드입니다.
상수 | 설명 |
---|---|
Invalid | 기본값으로, 서버에서 거부됩니다. |
None | 보안 없음. |
Sign | 메시지가 서명되지만 암호화되지는 않습니다. |
SignAndEncrypt | 메시지가 서명되고 암호화됩니다. |
endpointUrl : string |
엔드포인트의 URL입니다.
securityMode : MessageSecurityMode |
이 엔드포인트에서 지원하는 보안 모드입니다.
securityPolicy : string |
보안 정책의 URI입니다.
server : ApplicationDescription |
서버의 애플리케이션 설명입니다.
userIdentityTokens : list<UserTokenPolicy> |
엔드포인트가 수락할 사용자 ID 토큰 목록입니다.
© 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.