Gammu internals  1.38.0
protocol.h
Go to the documentation of this file.
1 /* (c) 2002-2003 by Marcin Wiacek */
2 
3 #ifndef protocol_common_h
4 #define protocol_common_h
5 
6 typedef enum {
15 
16 typedef struct {
17  size_t Length;
18  size_t Count;
19  int Type;
20  unsigned char Source;
21  unsigned char Destination;
22  unsigned char *Buffer;
23  size_t BufferUsed;
24  unsigned char CheckSum[2];
26 
27 #endif
28 
29 /* How should editor hadle tabs in this file? Add editor commands here.
30  * vim: noexpandtab sw=8 ts=8 sts=8:
31  */
unsigned char Source
Definition: protocol.h:20
GSM_Protocol_RXState
Definition: protocol.h:6
unsigned char Destination
Definition: protocol.h:21
unsigned char * Buffer
Definition: protocol.h:22