|
LOM2M
0.8.0
|
#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 | |
| NotificationToSend * | notif |
| std::list< String > | urls |
| RequestPrimitive * | requestToSend |
| ResponsePrimitive * | response |
| void handleNotifications | ( | int | max | ) |
Handle pending notifications in the notification buffer
| max | - the maximum number of notifications handled before returning |
| NotificationToSend* notif |
| RequestPrimitive* requestToSend |
| ResponsePrimitive* response |
| std::list<String> urls |