Thingstream Client Library  BLD4131-v2.13
Functions
base64_codec_transport.h File Reference

Base64 codec implemented as a ThingstreamTransport instance. More...

#include "transport_api.h"

Functions

ThingstreamTransportThingstream_createBase64CodecTransport (ThingstreamTransport *inner)
 

Detailed Description

Base64 codec implemented as a ThingstreamTransport instance.

Function Documentation

◆ Thingstream_createBase64CodecTransport()

ThingstreamTransport* Thingstream_createBase64CodecTransport ( ThingstreamTransport inner)

Create a base64 codec instance

Parameters
innerthe ThingstreamTransport instance the codec should wrap
Returns
the new ThingstreamTransport instance