client-cpp  0.8.1
TransportType.hpp
Go to the documentation of this file.
1 
17 #ifndef TRANSPORTTYPE_HPP_
18 #define TRANSPORTTYPE_HPP_
19 
20 namespace kaa {
21 
27 enum class TransportType {
28  BOOTSTRAP = 0,
29  PROFILE,
32  USER,
33  EVENT,
34  LOGGING
35 };
36 
37 } // namespace kaa
38 
39 
40 #endif /* TRANSPORTTYPE_HPP_ */