Home | Trees | Indices | Help |
|
---|
|
object --+ | StateMachine
StateMachine(Locale)
StateMachine object, that is used for communication with phone.
param Locale: What locales to use for gammu error messages, default is 'auto' which does autodetection according to user locales type Locale: string
|
|||
int |
|
||
int |
|
||
hash |
|
||
string |
|
||
int |
|
||
tuple |
|
||
None |
|
||
int |
|
||
None |
|
||
None |
|
||
None |
|
||
None |
|
||
None |
|
||
None |
|
||
None |
|
||
None |
|
||
None |
|
||
None |
|
||
None |
|
||
None |
|
||
None |
|
||
None |
|
||
None |
|
||
None |
|
||
hash |
|
||
hash |
|
||
hash |
|
||
hash |
|
||
string |
|
||
hash |
|
||
hash |
|
||
datetime.datetime |
|
||
list |
|
||
hash |
|
||
hash |
|
||
tuple |
|
||
hash |
|
||
string |
|
||
string |
|
||
hash |
|
||
string |
|
||
string |
|
||
hash |
|
||
hash |
|
||
tuple |
|
||
hash |
|
||
hash |
|
||
hash |
|
||
hash |
|
||
|
|||
hash |
|
||
hash |
|
||
string |
|
||
string |
|
||
string |
|
||
string |
|
||
hash |
|
||
hash |
|
||
list |
|
||
hash |
|
||
string |
|
||
hash |
|
||
hash |
|
||
hash |
|
||
hash |
|
||
None |
|
||
None |
|
||
None |
|
||
None |
|
||
int |
|
||
None |
|
||
None |
|
||
hash |
|
||
int |
|
||
int |
|
||
None |
|
||
None |
|
||
int |
|
||
None |
|
||
None |
|
||
None |
|
||
None |
|
||
None |
|
||
None |
|
||
None |
|
||
None |
|
||
None |
|
||
None |
|
||
None |
|
||
int |
|
||
tuple |
|
||
None |
|
||
None |
|
||
int |
|
||
None |
|
||
None |
|
||
None |
|
||
None |
|
||
None |
|
||
|
|||
a new object with type S, a subtype of T |
|
||
Inherited from |
|
|||
Inherited from |
|
Adds calendar entry.
|
Adds category to phone.
|
Adds file part to filesystem.
|
Adds folder to filesystem.
|
Adds memory (phonebooks or calls) entry.
|
Adds SMS to specified folder.
|
Creates SMS folder.
|
Adds ToDo in phone.
|
Accept current incoming call.
|
Deny current incoming call.
|
Initiates conference call.
|
Deletes all calendar entries.
|
Deletes all memory (phonebooks or calls) entries of specified type.
|
Deletes all todo entries in phone.
|
Deletes calendar entry.
|
Deletes file from filesystem.
|
Deletes folder on filesystem.
|
Deletes memory (phonebooks or calls) entry.
|
Deletes SMS.
|
Deletes SMS folder.
|
Deletes ToDo entry in phone.
|
Dials number and starts voice call.
|
Dials number and starts voice call.
|
Entres security code.
|
Reads alarm set in phone.
|
Gets information about batery charge and phone charging state.
|
Retrieves calendar entry.
|
Retrieves calendar status (number of used entries).
|
Reads category from phone.
|
Reads category status (number of used entries) from phone.
|
Gets specified config section. Configuration consists of all params which can be defined in gammurc config file:
|
Reads date and time from phone.
|
Acquired display status.
|
Gets file part from filesystem.
|
Acquires filesystem status.
|
Reads firmware information from phone.
|
Gets next filename from filesystem folder.
|
Gets hardware information about device.
|
Reads IMEI/serial number from phone.
|
Gets locale information from phone.
|
Gets month when device was manufactured.
|
Reads manufacturer from phone.
|
Reads entry from memory (phonebooks or calls). Which entry shouldbe read is defined in entry.
|
Gets memory (phonebooks or calls) status (eg. number of used andfree entries).
|
Reads model from phone.
|
Gets network information.
|
Retrieves calendar entry. This is useful for continuous reading of all calendar entries.
|
Gets next filename from filesystem.
|
Reads entry from memory (phonebooks or calls). Which entry shouldbe read is defined in entry. This can be easily used for reading all entries.
|
Gets next root folder from filesystem. Start with empty folder name.
|
Reads next (or first if start set) SMS message. This might befaster for some phones than using GetSMS for each message.
|
Reads ToDo from phone.
|
Gets original IMEI from phone.
|
Gets PPM (Post Programmable Memory) from phone.
|
Gets product code of device.
|
Gets SIM IMSI from phone.
|
Reads SMS message.
|
Gets SMS Service Center number and SMS settings.
|
Returns SMS folders information.
|
Gets information about SMS memory (read/unread/size of memory for both SIM and phone).
|
Queries whether some security code needs to be entered.
|
Reads signal quality (strength and error rate).
|
Gets speed dial.
|
Reads ToDo from phone.
|
Gets status of ToDos (count of used entries).
|
Holds call.
|
Initialises the connection with phone.
|
Emulates key press.
|
Reads specified section of gammurc
|
Reads data from device.
|
Performs phone reset.
|
Resets phone settings.
|
Sends file part to phone.
|
Sends SMS.
|
Sends SMS saved in phone.
|
Sets alarm in phone.
|
Enables network auto login.
|
Sets calendar entry
|
Sets specified config section.
|
Sets date and time in phone.
|
Sets state machine debug file.
|
Sets state machine debug level accorting to passed string. You need to configure output file using SetDebugFile to activate it.
|
Sets file attributes.
|
Gets network information from phone.
|
Activates/deactivates noticing about incoming calls.
|
Sets callback function which is called whenever any (enabled) incoming event appears. Please note that you have to enable each event type by calling SetIncoming* functions.
|
Enable/disable notification on incoming SMS.
|
Activates/deactivates noticing about incoming USSDs (UnStructured Supplementary Services).
|
Sets locale of phone.
|
Sets memory (phonebooks or calls) entry.
|
Sets SMS.
|
Sets SMS Service Center number and SMS settings.
|
Sets speed dial.
|
Sets ToDo in phone.
|
Splits call.
|
Switches call.
|
Terminates the connection with phone.
|
Transfers call.
|
Unholds call.
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Aug 29 01:00:13 2009 | http://epydoc.sourceforge.net |