Gammu internals
1.38.0
ser_unx.h
Go to the documentation of this file.
1
2
#ifndef WIN32
3
#ifndef DJGPP
4
#ifndef unixserial_h
5
#define unixserial_h
6
7
#include <fcntl.h>
8
#include <sys/ioctl.h>
9
#include <termios.h>
10
11
typedef
struct
{
12
int
hPhone
;
13
struct
termios old_settings;
14
}
GSM_Device_SerialData
;
15
16
#endif
17
#endif
18
#endif
19
20
/* How should editor hadle tabs in this file? Add editor commands here.
21
* vim: noexpandtab sw=8 ts=8 sts=8:
22
*/
GSM_Device_SerialData
Definition:
ser_unx.h:11
GSM_Device_SerialData::hPhone
int hPhone
Definition:
ser_unx.h:12
libgammu
device
serial
ser_unx.h
Generated on Wed Nov 16 2016 13:39:20 for Gammu internals by
1.8.12