| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
ICommand
Represents an API command. Use ISkype.Command to instatinate.
To send a command to Skype, use ISkype.SendCommand.
| Instance Methods | |||
|
|||
|
|||
|
Inherited from |
|||
| Instance Variables | |
| bool |
Blocking If set to True, ISkype.SendCommand will block until the reply is received. |
| unicode |
Command Command string. |
| unicode |
Expected Expected reply. |
| int |
Id Command Id. |
| unicode |
Reply Reply after the command has been sent and Skype has replied. |
| int |
Timeout Timeout in milliseconds if Blocking=True. |
| Properties | |
|
Inherited from |
| Method Details |
Use ISkype.Command to instatinate the object instead.
|
repr(x)
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Nov 05 14:54:58 2008 | http://epydoc.sourceforge.net |