modelgbp Generated OpFlex Model
1.7.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
}
modelgbp::arp::OpcodeEnumT
Definition:
OpcodeEnumT.hpp:14
modelgbp
SOME COPYRIGHT.
Definition:
OpcodeEnumT.hpp:12
include
modelgbp
arp
OpcodeEnumT.hpp
Generated by
1.8.14