Gammu API  1.38.0
api.desc
Go to the documentation of this file.
1 /**
2  * \mainpage Gammu API
3  * \version 1.38.0
4  * \author Michal Čihař
5  *
6  * \b Gammu is library for communicating with (mostly) GSM phones.
7  * You can interface to it by creating \ref GSM_StateMachine and then
8  * using various functions on it.
9  *
10  * If you want to interact with SMS daemon, set of functions is provided
11  * in \ref SMSD submodule.
12  *
13  * This documentation is still not complete, however we try to complete
14  * documentation to every code part we touch. If you don't userstand
15  * something, please don't hesitate to ask on mailing list
16  * gammu-users@lists.sourceforge.net.
17  *
18  * \if VIMFakeDefine
19  * vim: ft=c smartindent:
20  * vim: noexpandtab sw=8 ts=8 sts=8 tw=72:
21  * \endif
22  */