modelgbp Generated OpFlex Model  1.9.0
RemoteInventoryTypeEnumT.hpp
1 
10 #include <boost/cstdint.hpp>
11 #include <cstddef>
12 namespace modelgbp {
13 namespace platform {
15  static const uint8_t CONST_COMPLETE = 2;
16  static const uint8_t CONST_NONE = 0;
17  static const uint8_t CONST_ON_LINK = 1;
18  };
19 }
20 }
Definition: RemoteInventoryTypeEnumT.hpp:14