pfodParser
3.61.0
The pfodParser library is handles commands sent from the Android pfodApp, pfodApp supports WiFi, BLE, Bluetooth and SMS connections
|
pfod_Base for Arduino Base class for all pfod_Base_xxxx classes The subclasses pfod_Base_xxx must override all the methods below More...
#include <pfod_Base.h>
Inherits Stream.
Inherited by pfodRadio, pfodSMS_SIM5320, and pfodSMS_SIM900.
Public Member Functions | |
virtual bool | connect () |
virtual void | setDebugStream (Print *out) |
virtual Print * | getRawDataOutput ()=0 |
virtual void | _setLinkTimeout (unsigned long _linkTimeout_mS) |
virtual size_t | writeRawData (uint8_t c)=0 |
virtual size_t | write (uint8_t) |
virtual int | available () |
virtual int | read ()=0 |
virtual int | peek () |
virtual void | flush () |
virtual void | _closeCurrentConnection ()=0 |
virtual unsigned long | getDefaultTimeOut ()=0 |
pfod_Base for Arduino Base class for all pfod_Base_xxxx classes The subclasses pfod_Base_xxx must override all the methods below
Definition at line 18 of file pfod_Base.h.
|
pure virtual |
Implemented in pfodSMS_SIM900, pfodSMS_SIM5320, and pfodRadio.
|
virtual |
|
virtual |
Reimplemented in pfodSMS_SIM900, pfodSMS_SIM5320, and pfodRadio.
|
virtual |
|
virtual |
Reimplemented in pfodSMS_SIM900, pfodSMS_SIM5320, and pfodRadio.
|
pure virtual |
Implemented in pfodSMS_SIM900, pfodSMS_SIM5320, and pfodRadio.
|
pure virtual |
Implemented in pfodSMS_SIM900, pfodSMS_SIM5320, and pfodRadio.
|
virtual |
Reimplemented in pfodSMS_SIM900, pfodSMS_SIM5320, and pfodRadio.
|
pure virtual |
Implemented in pfodSMS_SIM900, pfodSMS_SIM5320, and pfodRadio.
|
virtual |
Reimplemented in pfodRadio.
|
virtual |
Reimplemented in pfodSMS_SIM900, pfodSMS_SIM5320, and pfodRadio.
|
pure virtual |
Implemented in pfodSMS_SIM900, pfodSMS_SIM5320, and pfodRadio.