![]() |
IRSOL
C++ code implementing socket server for interacting with Baumer camera.
|
Special byte constants used in the Simple Communication Protocol. More...
#include <serializer.hpp>
Static Public Attributes | |
static constexpr irsol::types::byte_t | SOH {0x01} |
Start of Header (SOH) byte: 0x01. | |
static constexpr irsol::types::byte_t | STX {0x02} |
Start of Text (STX) byte: 0x02. | |
static constexpr irsol::types::byte_t | ETX {0x03} |
End of Text (ETX) byte: 0x03. | |
Special byte constants used in the Simple Communication Protocol.
These bytes mark the start of header, start of text, and end of text in binary protocol messages.
Definition at line 54 of file serializer.hpp.
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |