Friendly LWM2M client
WppBindings.h
Go to the documentation of this file.
1 #ifndef WPP_BINDINGS_H
2 #define WPP_BINDINGS_H
3 
4 #include "WppTypes.h"
5 
6 #define WPP_BINDING_UDP STRING_T("U")
7 #define WPP_BINDING_TCP STRING_T("T")
8 #define WPP_BINDING_SMS STRING_T("S")
9 #define WPP_BINDING_NON_IP STRING_T("N")
10 
11 namespace wpp {
12 
13 bool wppBindingValidate(const STRING_T& binding);
14 
15 } // wpp
16 
17 #endif //WPP_BINDINGS_H
The WppConnection class represents a connection interface for the Wpp library.
Definition: WppClient.cpp:14
bool wppBindingValidate(const STRING_T &binding)
Definition: WppBindings.cpp:6
std::string STRING_T
Definition: WppTypes.h:45