Package Skype4Py :: Module callchannel :: Class ICallChannel
[frames] | no frames]

Class ICallChannel

source code

object --+
         |
        ICallChannel

Represents a call channel.

Instance Methods
 
__init__(self, Manager, Call, Stream, Type)
__init__.
source code
 
__repr__(self)
repr(x)
source code
 
SendTextMessage(self, Text)
Sends text message over channel.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
ICall Call
Call.
ICallChannelManager Manager
Manager.
IApplicationStream Stream
Stream.
Call channel type Type
Type.

Inherited from object: __class__

Method Details

__init__(self, Manager, Call, Stream, Type)
(Constructor)

source code 

__init__.

Parameters:
Overrides: object.__init__

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

SendTextMessage(self, Text)

source code 

Sends text message over channel.

Parameters:
  • Text (unicode) - Text

Property Details

Call

Call.

Get Method:
_GetCall(self)
Type:
ICall

Manager

Manager.

Get Method:
_GetManager(self)
Type:
ICallChannelManager

Stream

Stream.

Get Method:
_GetStream(self)
Type:
IApplicationStream

Type

Type.

Get Method:
_GetType(self)
Type:
Call channel type