Gammu internals
1.38.0
irda.h
Go to the documentation of this file.
1
2
#ifndef DJGPP
3
#ifndef unixirda_h
4
#define unixirda_h
5
6
#ifndef WIN32
7
# include "
irda_unx.h
"
8
#else
9
# include "
irda_w32.h
"
10
#endif
11
12
typedef
struct
{
13
#ifdef WIN32
14
SOCKET hPhone;
15
#else
16
int
hPhone
;
17
#endif
18
struct
sockaddr_irda
peer;
19
}
GSM_Device_IrdaData
;
20
21
#endif
22
#endif
23
24
/* How should editor hadle tabs in this file? Add editor commands here.
25
* vim: noexpandtab sw=8 ts=8 sts=8:
26
*/
irda_w32.h
irda_unx.h
GSM_Device_IrdaData::hPhone
int hPhone
Definition:
irda.h:16
GSM_Device_IrdaData
Definition:
irda.h:12
sockaddr_irda
Definition:
irda_unx.h:37
libgammu
device
irda
irda.h
Generated on Wed Nov 16 2016 13:39:19 for Gammu internals by
1.8.12