LOM2M  0.8.0
Classes | Functions
gateway.h File Reference
#include "configuration.h"
#include "RequestPrimitive.h"
#include "ResponsePrimitive.h"

Go to the source code of this file.

Classes

class  Router
 

Functions

void serveOM2M (const String &uri)
 
void initCSEBase ()
 
bool registerCSE ()
 
void handleNotifications (int max=5)
 

Function Documentation

◆ handleNotifications()

void handleNotifications ( int  max)

Handle pending notifications in the notification buffer

Parameters
max- the maximum number of notifications handled before returning

◆ initCSEBase()

void initCSEBase ( )

◆ registerCSE()

bool registerCSE ( )

Register the current CSE to the remote CSE specified in configuration

◆ serveOM2M()

void serveOM2M ( const String &  uri)