LOM2M  0.8.0
Functions | Variables
Notify.cpp File Reference
#include "Notify.h"
#include "RequestPrimitive.h"
#include "httpBinding.h"
#include "lom2m.h"
#include "mqttBinding.h"
#include "ShortNames.h"
#include "tools.h"

Functions

void handleNotifications (int max)
 

Variables

NotificationToSendnotif
 
std::list< String > urls
 
RequestPrimitiverequestToSend
 
ResponsePrimitiveresponse
 

Function Documentation

◆ handleNotifications()

void handleNotifications ( int  max)

Handle pending notifications in the notification buffer

Parameters
max- the maximum number of notifications handled before returning

Variable Documentation

◆ notif

◆ requestToSend

RequestPrimitive* requestToSend

◆ response

ResponsePrimitive* response

◆ urls

std::list<String> urls