modelgbp Generated OpFlex Model 1.7.0
ModeEnumT.hpp
1
10#include <boost/cstdint.hpp>
11#include <cstddef>
12namespace modelgbp {
13namespace lacp {
14 struct ModeEnumT {
15 static const uint8_t CONST_ACTIVE = 1;
16 static const uint8_t CONST_MAC_PIN = 3;
17 static const uint8_t CONST_OFF = 0;
18 static const uint8_t CONST_PASSIVE = 2;
19 };
20}
21}
SOME COPYRIGHT.
Definition OpcodeEnumT.hpp:12
Definition ModeEnumT.hpp:14