00001 /* 00002 * Glacsweb gsm.h 00003 * Copyright (C) 2004 Alistair Riddoch, The University of Southampton 00004 */ 00005 00006 #ifndef GLACSWEB_GSM_H 00007 #define GLACSWEB_GSM_H 00008 00009 #include "serial.h" 00010 00011 int GSMCheckSignal(SerialPort *); 00012 int GSMSetSMSMode(SerialPort *); 00013 int GSMSendMessage(SerialPort *, const char * const, const char * const); 00014 int GSMSendFile(SerialPort *, const char * const, const char * const); 00015 00016 #endif /* GLACSWEB_GSM_H */
1.3.5