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