summaryrefslogtreecommitdiffstats
path: root/src/opcua/client/qopcuaextensionobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opcua/client/qopcuaextensionobject.h')
-rw-r--r--src/opcua/client/qopcuaextensionobject.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/opcua/client/qopcuaextensionobject.h b/src/opcua/client/qopcuaextensionobject.h
index 2d4a000..57b3e75 100644
--- a/src/opcua/client/qopcuaextensionobject.h
+++ b/src/opcua/client/qopcuaextensionobject.h
@@ -68,6 +68,9 @@ public:
QByteArray &encodedBodyRef();
void setEncodedBody(const QByteArray &encodedBody);
+ void setBinaryEncodedBody(const QByteArray &encodedBody, const QString &typeId);
+ void setXmlEncodedBody(const QByteArray &encodedBody, const QString &typeId);
+
QOpcUaExtensionObject::Encoding encoding() const;
void setEncoding(QOpcUaExtensionObject::Encoding encoding);