Go to the documentation of this file.
10 #define HL7800_MODEM_H
14 #include "IPAddress.h"
17 #define LIGHT_HIBERNATE 1
27 bool activatePdp(
const char* accessPointName,
const char* userName,
const char* password,
long waitForRegistTimeoutMs = 120000);
58 #endif // HL7800_MODEM_H
int getCcid(char *buff)
Definition: hl7800_modem.cpp:487
Definition: hl7800_modem.h:20
bool isActive()
Definition: hl7800_modem.cpp:237
bool deactivate(void)
Definition: hl7800_modem.cpp:206
int getRTC(char *buff)
Definition: hl7800_modem.cpp:518
bool setEDRX(int edrx_value)
Definition: hl7800_modem.cpp:551
bool Init()
Definition: hl7800_modem.cpp:41
bool chkPin(void)
Definition: hl7800_modem.cpp:432
bool powerUp()
Definition: hl7800_modem.cpp:686
HL7800Modem()
Definition: hl7800_modem.cpp:30
bool enterSleep(int mode)
Definition: hl7800_modem.cpp:578
IPAddress getIpAddress(void)
Definition: hl7800_modem.cpp:352
int getImei(char *buff)
Definition: hl7800_modem.cpp:457
bool chkModem()
Definition: hl7800_modem.cpp:247
bool leaveSleep()
Definition: hl7800_modem.cpp:613
bool activatePdp(const char *accessPointName, const char *userName, const char *password, long waitForRegistTimeoutMs=120000)
Definition: hl7800_modem.cpp:127
bool powerDown(void)
Definition: hl7800_modem.cpp:648
int getRssi(void)
Definition: hl7800_modem.cpp:404
bool chkIpAddress(void)
Definition: hl7800_modem.cpp:382
bool waitModem(void)
Definition: hl7800_modem.cpp:265