Library for the Adafruit FONA. This is a port of the original Arduino library available at: https://github.com/adafruit/Adafruit_FONA_Library .

Dependents:   Adafruit_FONA_Library_FONAtest

Embed: (wiki syntax)

« Back to documentation index

Adafruit_FONA::EventListener Class Reference

Adafruit_FONA::EventListener Class Reference

Listener for FONA events. More...

#include <Adafruit_FONA.h>

Public Member Functions

virtual void onRing ()=0
 Method called when somebody call the FONA.
virtual void onNoCarrier ()=0
 Method called when the calling person stop his call.

Detailed Description

Listener for FONA events.

Definition at line 59 of file Adafruit_FONA.h.


Member Function Documentation

virtual void onNoCarrier (  ) [pure virtual]

Method called when the calling person stop his call.

virtual void onRing (  ) [pure virtual]

Method called when somebody call the FONA.