Gammu internals  1.38.0
mbus2.h
Go to the documentation of this file.
1 /* (c) 2001-2003 by Marcin Wiacek */
2 /* based on some work from MyGnokii (www.mwiacek.com) */
3 
4 #ifndef mbus2_h
5 #define mbus2_h
6 
7 #include "../protocol.h"
8 
9 #define MBUS2_FRAME_ID 0x1f
10 #define MBUS2_DEVICE_PHONE 0x00 /* Nokia mobile phone */
11 #define MBUS2_DEVICE_PC 0x10 /* Our PC (MBUS) */
12 #define MBUS2_ACK_BYTE 0x7f /* Acknowledge of the received frame */
13 
14 typedef struct {
19 
20 #ifndef GSM_USED_SERIALDEVICE
21 # define GSM_USED_SERIALDEVICE
22 #endif
23 
24 #endif
25 
26 /* How should editor hadle tabs in this file? Add editor commands here.
27  * vim: noexpandtab sw=8 ts=8 sts=8:
28  */
GSM_Protocol_Message Msg
Definition: mbus2.h:17