pfodParser  3.61.0
The pfodParser library is handles commands sent from the Android pfodApp, pfodApp supports WiFi, BLE, Bluetooth and SMS connections
pfodSMS_SIM900.h File Reference
#include "Arduino.h"
#include "pfodStream.h"
#include "pfod_Base.h"
#include "pfod_rawOutput.h"

Go to the source code of this file.

Classes

class  pfodSMS_SIM900
 

Macros

#define SMS_MAX_SIZE   160
 
#define SMS_RX_BUFFER_SIZE   267
 
#define SMS_TX_MSG_SIZE   1026
 
#define SMS_TX_BUFFER_SIZE   (SMS_TX_MSG_SIZE+8+2)
 

Macro Definition Documentation

◆ SMS_MAX_SIZE

#define SMS_MAX_SIZE   160

Definition at line 22 of file pfodSMS_SIM900.h.

◆ SMS_RX_BUFFER_SIZE

#define SMS_RX_BUFFER_SIZE   267

Definition at line 23 of file pfodSMS_SIM900.h.

◆ SMS_TX_BUFFER_SIZE

#define SMS_TX_BUFFER_SIZE   (SMS_TX_MSG_SIZE+8+2)

Definition at line 28 of file pfodSMS_SIM900.h.

◆ SMS_TX_MSG_SIZE

#define SMS_TX_MSG_SIZE   1026

Definition at line 26 of file pfodSMS_SIM900.h.