Own fork of MbedSmartRest

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of MbedSmartRest by Cumulocity Official

Embed: (wiki syntax)

« Back to documentation index

SmartRest Class Reference

SmartRest Class Reference

The main SmartRest client implementation. More...

#include <SmartRest.h>

Public Member Functions

 SmartRest (uint8_t tries=MBEDSMARTREST_TRIES)
 Creates a new generic SmartRest object.

Detailed Description

The main SmartRest client implementation.

Definition at line 49 of file SmartRest.h.


Constructor & Destructor Documentation

SmartRest ( uint8_t  tries = MBEDSMARTREST_TRIES )

Creates a new generic SmartRest object.

Parameters:
clientthe abstract client to use
identifierthe device identifier

Definition at line 57 of file SmartRest.h.