Module wrapping Gammu functions. Gammu is software for communication
with GSM phones allowing work with most of data stored in them. Most of
functionality is hidden in StateMachine class which does all phone
communication.
This documentation describes python-gammu 1.28.0.
This python-gammu has been compiled with Gammu 1.28.0.
hash
|
DecodeICS(Text)
Decodes todo/calendar entry v from a string. |
|
|
dict
|
DecodePDU(Data,
SMSC= False)
Parses PDU packet. |
|
|
hash
|
DecodeSMS(Messages,
EMS)
Decodes multi part SMS message. |
|
|
hash
|
DecodeVCARD(Text)
Decodes memory entry v from a string. |
|
|
hash
|
DecodeVCS(Text)
Decodes todo/calendar entry v from a string. |
|
|
string
|
|
string
|
|
string
|
EncodePDU(SMS,
Layout= Submit)
Creates PDU packet. |
|
|
dict
|
EncodeSMS(MessageInfo)
Encodes multi part SMS message. |
|
|
string
|
|
string
|
|
string
|
|
list
|
LinkSMS(Messages,
EMS)
Links multi part SMS messages. |
|
|
dict
|
ReadBackup(Filename,
Format)
Reads backup into file. |
|
|
list
|
|
None
|
SaveBackup(Filename,
Backup,
Format)
Saves backup into file. |
|
|
None
|
SaveRingtone(Filename,
Ringtone,
Format)
Saves ringtone into file. |
|
|
None
|
|
None
|
|
None
|
SetDebugLevel(Level)
Sets global debug level accorting to passed string. |
|
|
tuple
|
|