mbed.org implementation of the abstract SmartREST library for the Cumulocity Platform SmartREST protocol.

Dependents:   MbedSmartRestMain MbedSmartRestMain

Embed: (wiki syntax)

« Back to documentation index

SmartRest Class Reference

SmartRest Class Reference

The main SmartRest client implementation. More...

#include <SmartRest.h>

Inherited by MbedSmartRest.

Public Member Functions

 SmartRest (AbstractClient &, const char *)
 Creates a new generic SmartRest object.

Detailed Description

The main SmartRest client implementation.

Definition at line 48 of file SmartRest.h.


Constructor & Destructor Documentation

SmartRest ( AbstractClient &  client,
const char *  identifier 
)

Creates a new generic SmartRest object.

Parameters:
clientthe abstract client to use
identifierthe device identifier

Definition at line 35 of file SmartRest.cpp.