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

Dependents:   MbedSmartRestMain MbedSmartRestMain

Embed: (wiki syntax)

« Back to documentation index

AbstractDataSink.h File Reference

AbstractDataSink.h File Reference

An abstraction for a data sink which can be used to send data over a connection. More...

Go to the source code of this file.


Detailed Description

An abstraction for a data sink which can be used to send data over a connection.

Following write actions are supported:

  • write a character
  • write a buffer of certain length
  • write a character string
  • write an unsigned number

Definition in file AbstractDataSink.h.