Gammu internals
1.38.0
|
#include <gammu-message.h>
Data Fields | |
unsigned long | SequenceID |
unsigned int | PacketsNum |
unsigned int | PacketNum |
unsigned long | AllDataLen |
unsigned char | DataType [10] |
unsigned char | DataName [40] |
unsigned int | DataLen |
unsigned char | Data [140] |
Siemens OTA data.
Definition at line 745 of file gammu-message.h.
unsigned long GSM_SiemensOTASMSInfo::AllDataLen |
Definition at line 749 of file gammu-message.h.
Referenced by GSM_DecodeMultiPartSMS(), and GSM_DecodeSiemensOTASMS().
unsigned char GSM_SiemensOTASMSInfo::Data[140] |
Definition at line 754 of file gammu-message.h.
Referenced by GSM_DecodeMultiPartSMS(), and GSM_DecodeSiemensOTASMS().
unsigned int GSM_SiemensOTASMSInfo::DataLen |
Definition at line 753 of file gammu-message.h.
Referenced by GSM_DecodeMultiPartSMS(), and GSM_DecodeSiemensOTASMS().
unsigned char GSM_SiemensOTASMSInfo::DataName[40] |
Definition at line 752 of file gammu-message.h.
Referenced by GSM_DecodeMultiPartSMS(), GSM_DecodeSiemensOTASMS(), and GSM_LinkSMS().
unsigned char GSM_SiemensOTASMSInfo::DataType[10] |
Definition at line 751 of file gammu-message.h.
Referenced by GSM_DecodeSiemensOTASMS(), and GSM_LinkSMS().
unsigned int GSM_SiemensOTASMSInfo::PacketNum |
Definition at line 748 of file gammu-message.h.
Referenced by GSM_DecodeSiemensOTASMS(), and GSM_LinkSMS().
unsigned int GSM_SiemensOTASMSInfo::PacketsNum |
Definition at line 747 of file gammu-message.h.
Referenced by GSM_DecodeSiemensOTASMS(), and GSM_LinkSMS().
unsigned long GSM_SiemensOTASMSInfo::SequenceID |
Definition at line 746 of file gammu-message.h.
Referenced by GSM_DecodeSiemensOTASMS(), and GSM_LinkSMS().