BadAnswerProtocolVersion.h
Go to the documentation of this file.
1 #ifndef TEST_DATASET_BAD_ANSWER_PROTOCOL_VERSION_H
2 #define TEST_DATASET_BAD_ANSWER_PROTOCOL_VERSION_H
3 #include <array>
4 // clang-format off
5 constexpr std::array<uint8_t,0x0d> BAD_ANSWER_PROTOCOL_VERSION {
6  'A', 'N', /* IX blue header */
7  0x00, /* Protocol Version */
8  0x00, 0x0d, /* Telegram size */
9  0xde, 0xad, 0xbe, 0xef, /* payload */
10  0x00, 0x00, 0x3, 0xd4, /* checksum */
11 };
12 // clang-format on
13 #endif //TEST_DATASET_BAD_ANSWER_PROTOCOL_VERSION_H
BAD_ANSWER_PROTOCOL_VERSION
constexpr std::array< uint8_t, 0x0d > BAD_ANSWER_PROTOCOL_VERSION
Definition: BadAnswerProtocolVersion.h:5


ixblue_stdbin_decoder
Author(s): Adrien BARRAL , Laure LEBROTON
autogenerated on Wed Apr 6 2022 02:55:48