LOM2M
0.3.1
Users
GARZONE
Documents
git
lom2m
src
server
libraries
lom2m
restHandler.h
1
/*
2
Copyright (c) 2013-2021 LAAS-CNRS (www.laas.fr)
3
7 Colonel Roche 31077 Toulouse - France
4
5
The use of this source code requires an agreement with the CNRS.
6
7
Initial Contributors:
8
David Gauchard, Guillaume Garzone, Thierry Monteil.
9
*/
10
11
#ifndef __LOM2M_REST_HANDLER
12
#define __LOM2M_REST_HANDLER
13
14
#include "ResponsePrimitive.h"
15
#include "RequestPrimitive.h"
16
#include "global.h"
17
18
class
RestHandler
19
{
20
public
:
21
static
void
sendRequest(
OM2M
* requestPrimitive,
ResponsePrimitive
* responsePrimitive);
22
};
23
24
#endif
OM2M
Definition:
RequestPrimitive.h:31
RestHandler
Definition:
restHandler.h:18
ResponsePrimitive
Definition:
ResponsePrimitive.h:38
Generated by
1.8.16