login
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
#include <QByteArrayList>
|
||||
#include <QString>
|
||||
|
||||
|
||||
class MessageHelper {
|
||||
public:
|
||||
enum PacketType : std::uint8_t {
|
||||
@@ -36,7 +35,7 @@ public:
|
||||
// private:
|
||||
|
||||
QByteArray m_posID;
|
||||
QString m_apak;
|
||||
QByteArray m_apak;
|
||||
uint8_t m_posIDLength;
|
||||
QByteArray m_messageHeaderPrefix;
|
||||
QByteArray m_rawPacket; // without leading STX and trailing [ETX(1/2), LRC]
|
||||
|
||||
Reference in New Issue
Block a user