Thingstream Client Library  BLD4131-v2.13
Macros | Typedefs | Functions
modem_set_callback.h File Reference

The deprecated Thingstream_Modem*_setXxxxCallback APIs. More...

#include <stdint.h>
#include <stdbool.h>
#include "transport_api.h"

Macros

#define Thingstream_ModemUssd_clearCallback(self)    Thingstream_ModemUssd_setCallback((self), NULL, NULL)
 
#define Thingstream_Modem2_clearCallback(self)    Thingstream_Modem2_setCallback((self), NULL, NULL)
 

Typedefs

typedef void(* ThingstreamModemCallback_t) (void *cookie, const char *response, uint16_t len)
 

Functions

void Thingstream_ModemUssd_setCallback (ThingstreamTransport *self, ThingstreamModemCallback_t callback, void *cookie)
 
void Thingstream_Modem2_setCallback (ThingstreamTransport *self, ThingstreamModemCallback_t callback, void *cookie)
 

Detailed Description

The deprecated Thingstream_Modem*_setXxxxCallback APIs.