Official reference client implementation for Cumulocity SmartREST on u-blox C027.

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Vincent Wochnik

util/SmartRestConf.h

Committer:
xinlei
Date:
2015-04-20
Revision:
94:61d44636f020
Parent:
93:0acd11870c6a
Child:
99:e369fc75c000

File content as of revision 94:61d44636f020:

#ifndef SMARTRESTCONF_H
#define SMARTRESTCONF_H
#define SMARTREST_SIZE 600
#define SMARRESTBODY_SIZE 300

const char* getHost();
int getPort();

void setAuth(const char* username, const char* password);
const char* getUsername();
const char* getPassword();
const char* getAuthStr();
const char* getSmartRestFmt();

void setIdentifier(const char* id);
const char* getIdentifier();

#endif /* SMARTRESTCONF_H */