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