modelgbp Generated OpFlex Model  1.3.0
OpcodeEnumT.hpp
1 
10 #include <boost/cstdint.hpp>
11 #include <cstddef>
12 namespace modelgbp {
13 namespace arp {
14  struct OpcodeEnumT {
15  static const uint8_t CONST_REPLY = 2;
16  static const uint8_t CONST_REQUEST = 1;
17  static const uint8_t CONST_UNSPECIFIED = 0;
18  };
19 }
20 }
Definition: OpcodeEnumT.hpp:14