Package gammu :: Module worker :: Class GammuCommand
[hide private]
[frames] | no frames]

Class GammuCommand

source code

Storage of single command for gammu.

Instance Methods [hide private]
 
__init__(self, command, params=None, percentage=100)
Creates single command instance.
source code
 
get_command(self)
Returns command name.
source code
 
get_params(self)
Returns command params.
source code
 
get_percentage(self)
Returns percentage of current task.
source code
 
__str__(self)
Returns textual representation.
source code