Friendly LWM2M client
WppBindings.h File Reference
#include "WppTypes.h"
+ Include dependency graph for WppBindings.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 wpp
 The WppConnection class represents a connection interface for the Wpp library.
 

Macros

#define WPP_BINDING_UDP   STRING_T("U")
 
#define WPP_BINDING_TCP   STRING_T("T")
 
#define WPP_BINDING_SMS   STRING_T("S")
 
#define WPP_BINDING_NON_IP   STRING_T("N")
 

Functions

bool wpp::wppBindingValidate (const STRING_T &binding)
 

Macro Definition Documentation

◆ WPP_BINDING_NON_IP

#define WPP_BINDING_NON_IP   STRING_T("N")

Definition at line 9 of file WppBindings.h.

◆ WPP_BINDING_SMS

#define WPP_BINDING_SMS   STRING_T("S")

Definition at line 8 of file WppBindings.h.

◆ WPP_BINDING_TCP

#define WPP_BINDING_TCP   STRING_T("T")

Definition at line 7 of file WppBindings.h.

◆ WPP_BINDING_UDP

#define WPP_BINDING_UDP   STRING_T("U")

Definition at line 6 of file WppBindings.h.