選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

9 行
134 B

  1. #ifndef CRC_H
  2. #define CRC_H
  3. #endif // CRC_H
  4. #include <QByteArray>
  5. #include <QtGlobal>
  6. quint16 calculateCrc(const QByteArray &data);