pfodParser  3.61.0
The pfodParser library is handles commands sent from the Android pfodApp, pfodApp supports WiFi, BLE, Bluetooth and SMS connections
pfodSMS_SIM5320.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_SIM5320
 

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 23 of file pfodSMS_SIM5320.h.

◆ SMS_RX_BUFFER_SIZE

#define SMS_RX_BUFFER_SIZE   267

Definition at line 24 of file pfodSMS_SIM5320.h.

◆ SMS_TX_BUFFER_SIZE

#define SMS_TX_BUFFER_SIZE   (SMS_TX_MSG_SIZE+8+2)

Definition at line 29 of file pfodSMS_SIM5320.h.

◆ SMS_TX_MSG_SIZE

#define SMS_TX_MSG_SIZE   1026

Definition at line 27 of file pfodSMS_SIM5320.h.