#include <protocol.h>
|
| static constexpr std::endian | endianess = std::endian::big |
| |
| static constexpr std::array< std::byte, 4 > | prefix = bytes( 0x42, 0x42, 0x42, 0x42 ) |
| |
◆ checksum_type
◆ size_type
◆ get_checksum()
| static constexpr checksum_type emlabcpp::testing::packet_def::get_checksum |
( |
view< std::byte const * > const |
msg | ) |
|
|
inlinestaticconstexpr |
◆ endianess
| constexpr std::endian emlabcpp::testing::packet_def::endianess = std::endian::big |
|
staticconstexpr |
◆ prefix
| constexpr std::array< std::byte, 4 > emlabcpp::testing::packet_def::prefix = bytes( 0x42, 0x42, 0x42, 0x42 ) |
|
staticconstexpr |
The documentation for this struct was generated from the following file: