| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
utils.Cached --+
|
IApplication
Represents an application in APP2APP protocol. Use ISkype.Application to instatinate.
| Instance Methods | |||
|
|||
| IApplicationStream or None |
|
||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Static Methods | |
|
Inherited from |
| Class Variables | |
|
Inherited from |
| Properties | |
| tuple of IUser |
ConnectableUsers All connectable users. |
| tuple of IUser |
ConnectingUsers All users connecting at the moment. |
| unicode |
Name Name of the application. |
| tuple of IApplicationStream |
ReceivedStreams All streams that received data and can be read. |
| tuple of IApplicationStream |
SendingStreams All streams that send data and at the moment. |
| tuple of IApplicationStream |
Streams All currently connected application streams. |
|
Inherited from |
|
| Method Details |
repr(x)
|
Connects application to user.
|
Sends datagram to application streams.
|
| Property Details |
ConnectableUsersAll connectable users.
|
ConnectingUsersAll users connecting at the moment.
|
NameName of the application.
|
ReceivedStreamsAll streams that received data and can be read.
|
SendingStreamsAll streams that send data and at the moment.
|
StreamsAll currently connected application streams.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Nov 05 14:54:59 2008 | http://epydoc.sourceforge.net |