Kallisto Linux API
Library for interacting with Kallisto devices
constants.hpp
Go to the documentation of this file.
1 
42 #ifndef KALLISTO_CONSTANTS_HPP
43 #define KALLISTO_CONSTANTS_HPP
44 
45 #include <cinttypes>
46 
47 namespace kallisto {
48 
49 class Constants {
50 public:
52  static const uint16_t COMPANY_ID = 0xFFFF; //Manufacturer data Company ID
53 
54 };
55 
56 } /* namespace kallisto */
57 
58 
59 #endif // KALLISTO_CONSTANTS_HPP
Definition: constants.hpp:48
Definition: bluetooth_adapter.hpp:52
static const uint16_t COMPANY_ID
Definition: constants.hpp:51