Gammu internals
1.38.0
|
#include "gsmmulti.h"
Go to the source code of this file.
Functions | |
GSM_Error | GSM_EncodeEMSMultiPartSMS (GSM_Debug_Info *di, GSM_MultiPartSMSInfo *Info, GSM_MultiSMSMessage *SMS, GSM_UDH UDHType) |
gboolean | GSM_DecodeEMSMultiPartSMS (GSM_Debug_Info *di, GSM_MultiPartSMSInfo *Info, GSM_MultiSMSMessage *SMS) |
gboolean GSM_DecodeEMSMultiPartSMS | ( | GSM_Debug_Info * | di, |
GSM_MultiPartSMSInfo * | Info, | ||
GSM_MultiSMSMessage * | SMS | ||
) |
Definition at line 586 of file gsmems.c.
References AddEMSText(), GSM_MultiBitmap::Bitmap, GSM_MultiPartSMSEntry::Bitmap, GSM_Bitmap::BitmapHeight, GSM_Bitmap::BitmapWidth, GSM_MultiPartSMSEntry::Bold, GSM_MultiPartSMSEntry::Center, GSM_SMSMessage::Coding, GSM_MultiPartSMSInfo::Entries, GSM_MultiPartSMSInfo::EntriesNum, FALSE, GSM_ClearPointBitmap(), GSM_DecodeMMSIndication(), GSM_EMSBigPicture, GSM_EMSMediumPicture, GSM_EMSSmallPicture, GSM_EMSVariablePicture, GSM_IsPointBitmap(), GSM_MAX_MULTI_SMS, GSM_PictureImage, GSM_SetPointBitmap(), GSM_MultiPartSMSEntry::ID, GSM_MultiPartSMSEntry::Italic, GSM_MultiPartSMSEntry::Large, GSM_MultiPartSMSEntry::Left, GSM_SMSMessage::Length, GSM_MultiBitmap::Number, GSM_MultiSMSMessage::Number, GSM_MultiPartSMSEntry::Number, PHONE_DecodeBitmap(), PHONE_GetBitmapSize(), GSM_MultiPartSMSEntry::Right, GSM_MultiPartSMSEntry::Small, smfprintf(), GSM_MultiSMSMessage::SMS, SMS_ConcatenatedTextLong, SMS_EMSAnimation, SMS_EMSFixedBitmap, SMS_EMSPredefinedAnimation, SMS_EMSPredefinedSound, SMS_EMSVariableBitmap, SMS_NokiaVCALENDAR10Long, SMS_NokiaVCARD21Long, GSM_MultiPartSMSEntry::Strikethrough, GSM_Bitmap::Text, GSM_UDHHeader::Text, TRUE, GSM_Bitmap::Type, GSM_SMSMessage::UDH, GSM_MultiPartSMSEntry::Underlined, and GSM_MultiPartSMSInfo::Unknown.
Referenced by GSM_DecodeMultiPartSMS().
GSM_Error GSM_EncodeEMSMultiPartSMS | ( | GSM_Debug_Info * | di, |
GSM_MultiPartSMSInfo * | Info, | ||
GSM_MultiSMSMessage * | SMS, | ||
GSM_UDH | UDHType | ||
) |
Definition at line 20 of file gsmems.c.
References GSM_MultiBitmap::Bitmap, GSM_MultiPartSMSEntry::Bitmap, GSM_Bitmap::BitmapHeight, GSM_Bitmap::BitmapWidth, GSM_MultiPartSMSEntry::Bold, GSM_MultiPartSMSEntry::Buffer, GSM_MultiPartSMSEntry::Center, GSM_SMSMessage::Coding, GSM_NoteRingtone::Commands, _GSM_Debug_Info::df, _GSM_Debug_Info::dl, DL_TEXTALL, DL_TEXTALLDATE, DumpMessage(), GSM_MultiPartSMSInfo::Entries, GSM_MultiPartSMSInfo::EntriesNum, ERR_NONE, FALSE, GSM_AddSMS_Text_UDH(), GSM_ClearBitmap(), GSM_EMSBigPicture, GSM_EMSMediumPicture, GSM_EMSSmallPicture, GSM_EMSVariablePicture, GSM_EncodeEMSSound(), GSM_EncodeUDHHeader(), GSM_Find_Free_Used_SMS2(), GSM_GetCurrentDateTime(), GSM_global_debug, GSM_IsPointBitmap(), GSM_MakeSMSIDFromTime(), GSM_MAX_MULTI_SMS, GSM_MAX_SMS_LENGTH, GSM_PrintBitmap(), GSM_ResizeBitmap(), GSM_Ring_IMelody10, GSM_Ring_IMelody12, GSM_Ring_NoHeader, GSM_SetDefaultSMSData(), GSM_SetPointBitmap(), GSM_DateTime::Hour, GSM_MultiPartSMSEntry::ID, GSM_MultiPartSMSEntry::Italic, GSM_MultiPartSMSEntry::Large, GSM_MultiPartSMSEntry::Left, GSM_UDHHeader::Length, GSM_Ringtone::NoteTone, GSM_NoteRingtone::NrCommands, GSM_MultiBitmap::Number, GSM_MultiSMSMessage::Number, GSM_MultiPartSMSEntry::Number, PHONE_EncodeBitmap(), PHONE_GetBitmapSize(), PHONE_GetBitmapWidthHeight(), GSM_MultiPartSMSEntry::Protected, GSM_MultiPartSMSEntry::Right, GSM_MultiPartSMSEntry::Ringtone, GSM_MultiPartSMSEntry::RingtoneNotes, GSM_MultiPartSMSEntry::Small, smfprintf(), GSM_MultiSMSMessage::SMS, SMS_Coding_Default_No_Compression, SMS_Coding_Unicode_No_Compression, SMS_ConcatenatedTextLong, SMS_ConcatenatedTextLong16bit, SMS_EMSAnimation, SMS_EMSFixedBitmap, SMS_EMSPredefinedAnimation, SMS_EMSPredefinedSound, SMS_EMSSonyEricssonSound, SMS_EMSSonyEricssonSoundLong, SMS_EMSSound10, SMS_EMSSound10Long, SMS_EMSSound12, SMS_EMSSound12Long, SMS_EMSVariableBitmap, SMS_EMSVariableBitmapLong, GSM_MultiPartSMSEntry::Strikethrough, GSM_UDHHeader::Text, GSM_SMSMessage::Text, TRUE, GSM_UDHHeader::Type, GSM_SMSMessage::UDH, UDH_ConcatenatedMessages, UDH_ConcatenatedMessages16bit, UDH_NoUDH, GSM_MultiPartSMSEntry::Underlined, GSM_MultiPartSMSInfo::UnicodeCoding, and UnicodeLength().
Referenced by GSM_EncodeMultiPartSMS().