summaryrefslogtreecommitdiffstats
path: root/src/serialbus/qmodbusreply.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/serialbus/qmodbusreply.h')
-rw-r--r--src/serialbus/qmodbusreply.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/serialbus/qmodbusreply.h b/src/serialbus/qmodbusreply.h
index 9b54687..ffefc89 100644
--- a/src/serialbus/qmodbusreply.h
+++ b/src/serialbus/qmodbusreply.h
@@ -53,7 +53,8 @@ class Q_SERIALBUS_EXPORT QModbusReply : public QObject
public:
enum ReplyType {
Raw,
- Common
+ Common,
+ Broadcast
};
Q_ENUM(ReplyType)