Main Page | Data Structures | File List | Data Fields | Globals | Related Pages

gsm.h

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 */

Generated on Mon Aug 9 13:41:44 2004 for Glacsweb by doxygen 1.3.5