Friendly LWM2M client
Instance.cpp File Reference
#include "Instance.h"
#include "WppLogs.h"
#include "WppClient.h"
+ Include dependency graph for Instance.cpp:

Go to the source code of this file.

Namespaces

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

Macros

#define IS_PTR_VALID_AND_RES_EXISTS(resPtr)   (resPtr && resPtr->instCount())
 
#define IS_RES_PTR_VALID(resPtr)   (resPtr != NULL)
 

Macro Definition Documentation

◆ IS_PTR_VALID_AND_RES_EXISTS

#define IS_PTR_VALID_AND_RES_EXISTS (   resPtr)    (resPtr && resPtr->instCount())

Definition at line 12 of file Instance.cpp.

◆ IS_RES_PTR_VALID

#define IS_RES_PTR_VALID (   resPtr)    (resPtr != NULL)

Definition at line 13 of file Instance.cpp.