From 88b0d33b8b0b1f6ae320cfc863ca6a47fa8fec22 Mon Sep 17 00:00:00 2001 From: zautrix Date: Sat, 07 Aug 2004 17:24:40 +0000 Subject: Initial revision --- (limited to 'gammu/emb/common/protocol/nokia/mbus2.h') diff --git a/gammu/emb/common/protocol/nokia/mbus2.h b/gammu/emb/common/protocol/nokia/mbus2.h new file mode 100644 index 0000000..86fcab6 --- a/dev/null +++ b/gammu/emb/common/protocol/nokia/mbus2.h @@ -0,0 +1,28 @@ +/* (c) 2001-2003 by Marcin Wiacek */ +/* based on some work from MyGnokii */ + +#ifndef mbus2_h +#define mbus2_h + +#include "../protocol.h" + +#define MBUS2_FRAME_ID 0x1f +#define MBUS2_DEVICE_PHONE 0x00 /* Nokia mobile phone */ +#define MBUS2_DEVICE_PC 0x10 /* Our PC (MBUS) */ +#define MBUS2_ACK_BYTE 0x7f /* Acknowledge of the received frame */ + +typedef struct { + int MsgSequenceNumber; + int MsgRXState; + GSM_Protocol_Message Msg; +} GSM_Protocol_MBUS2Data; + +#ifndef GSM_USED_SERIALDEVICE +# define GSM_USED_SERIALDEVICE +#endif + +#endif + +/* How should editor hadle tabs in this file? Add editor commands here. + * vim: noexpandtab sw=8 ts=8 sts=8: + */ -- cgit v0.9.0.2