modelgbp Generated OpFlex Model 1.7.0
OpcodeEnumT.hpp
1
10#include <boost/cstdint.hpp>
11#include <cstddef>
12namespace modelgbp {
13namespace 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}
SOME COPYRIGHT.
Definition OpcodeEnumT.hpp:12
Definition OpcodeEnumT.hpp:14