QOpcUaBrowseRequest Class

OPC UA 찾아보기 서비스 호출을 위한 매개 변수가 포함되어 있습니다. 더 보기...

헤더: #include <QOpcUaBrowseRequest>
CMake: find_package(Qt6 REQUIRED COMPONENTS OpcUa)
target_link_libraries(mytarget PRIVATE Qt6::OpcUa)
qmake: QT += opcua

공용 타입

enum class BrowseDirection { Forward, Inverse, Both }

공용 함수

QOpcUaBrowseRequest()
QOpcUaBrowseRequest(const QOpcUaBrowseRequest &other)
QOpcUaBrowseRequest::BrowseDirection browseDirection() const
bool includeSubtypes() const
QOpcUa::NodeClasses nodeClassMask() const
QString referenceTypeId() const
void setBrowseDirection(const QOpcUaBrowseRequest::BrowseDirection &browseDirection)
void setIncludeSubtypes(bool includeSubtypes)
void setNodeClassMask(const QOpcUa::NodeClasses &nodeClassMask)
void setReferenceTypeId(QOpcUa::ReferenceTypeId referenceTypeId)
void setReferenceTypeId(const QString &referenceTypeId)
QOpcUaBrowseRequest &operator=(const QOpcUaBrowseRequest &rhs)

자세한 설명

QOpcUaNode::browse()도 참조하세요 .

멤버 유형 문서

enum class QOpcUaBrowseRequest::BrowseDirection

이 열거형은 찾아보기 호출에서 지원되는 가능한 찾아보기 방향을 지정합니다.

Constant설명
QOpcUaBrowseRequest::BrowseDirection::Forward0정방향으로 참조를 따릅니다.
QOpcUaBrowseRequest::BrowseDirection::Inverse1역방향으로 참조를 따릅니다.
QOpcUaBrowseRequest::BrowseDirection::Both2양방향으로 참조를 따릅니다.

멤버 함수 문서

QOpcUaBrowseRequest::QOpcUaBrowseRequest()

기본값은 매개변수 설정 없이 찾아보기 요청을 구성합니다.

QOpcUaBrowseRequest::QOpcUaBrowseRequest(const QOpcUaBrowseRequest &other)

other 에서 찾아보기 요청을 생성합니다.

QOpcUaBrowseRequest::BrowseDirection QOpcUaBrowseRequest::browseDirection() const

찾아보기 방향을 반환합니다.

setBrowseDirection()도 참조하세요 .

bool QOpcUaBrowseRequest::includeSubtypes() const

참조 타입의 하위 타입도 검색될 경우 참을 반환합니다.

setIncludeSubtypes()도 참조하세요 .

QOpcUa::NodeClasses QOpcUaBrowseRequest::nodeClassMask() const

노드 클래스 마스크를 반환합니다.

setNodeClassMask()도 참조하세요 .

QString QOpcUaBrowseRequest::referenceTypeId() const

참조 유형 ID를 반환합니다.

setReferenceTypeId()도 참조하세요 .

void QOpcUaBrowseRequest::setBrowseDirection(const QOpcUaBrowseRequest::BrowseDirection &browseDirection)

찾아보기 방향을 browseDirection 로 설정합니다.

browseDirection()도 참조하세요 .

void QOpcUaBrowseRequest::setIncludeSubtypes(bool includeSubtypes)

참조 유형의 하위 유형 포함을 includeSubtypes 으로 설정합니다.

includeSubtypes()도 참조하세요 .

void QOpcUaBrowseRequest::setNodeClassMask(const QOpcUa::NodeClasses &nodeClassMask)

노드 클래스 마스크를 nodeClassMask 로 설정합니다. 노드 클래스 마스크에 포함된 모든 클래스의 노드가 찾아보기 작업으로 반환됩니다.

nodeClassMask()도 참조하세요 .

void QOpcUaBrowseRequest::setReferenceTypeId(QOpcUa::ReferenceTypeId referenceTypeId)

참조 유형 ID를 referenceTypeId 로 설정합니다.

referenceTypeId()도 참조하세요 .

void QOpcUaBrowseRequest::setReferenceTypeId(const QString &referenceTypeId)

참조 유형 ID를 referenceTypeId 로 설정합니다.

QOpcUaBrowseRequest &QOpcUaBrowseRequest::operator=(const QOpcUaBrowseRequest &rhs)

이 찾아보기 요청에서 rhs 의 값을 설정합니다.

© 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.