Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- #ifndef CRC_H
- #define CRC_H
-
- #include <QByteArray>
- #include <QtGlobal>
-
- quint16 CalculateCrc(const QByteArray &data);
- bool CrcCheck(const QByteArray &data);
-
- #endif // CRC_H
|