|
LOM2M
0.8.0
|
#include <Controller.h>
Static Public Member Functions | |
| static ResponseStatusCode | checkValidityRequestPri (const RequestPrimitive &req) |
| static Entity * | createResource (RequestPrimitive &request, ResponsePrimitive *resp, Entity *targetEntity, JsonObject o) |
| static bool | updateResource (Entity *entityToUpdate, JsonObject o) |
| static Entity * | findEntityFromUri (String uri, UriType uriType) |
Controller used for high level management of resources. May use other resource specific controllers to do so.
|
static |
Checks the M, O, & NP parameters of the provided request primitive.
| req | to be checked |
|
static |
|
static |