ZelloWork Client SDK  2.51
Public Member Functions | Properties | List of all members
IChannel Interface Reference

Inherits IContact.

Public Member Functions

HRESULT Connect ()
 
HRESULT Disconnect ()
 

Properties

VARIANT_BOOL AutoConnect [get, set]
 
int OnlineCount [get]
 
- Properties inherited from IContact
BSTR Id [get]
 
CONTACT_TYPE Type [get]
 
BSTR Name [get]
 
BSTR FullName [get]
 
BSTR Description [get]
 
ONLINE_STATUS Status [get]
 
IHistory History [get]
 
VARIANT_BOOL Muted [get, set]
 

Detailed Description

IChannel interface allows to read channel properties.

Member Function Documentation

§ Connect()

HRESULT Connect ( )

Connect to disconnected channel. It may take up to several seconds to connect to a channel.

§ Disconnect()

HRESULT Disconnect ( )

Disconnect from connected channel.

Property Documentation

§ AutoConnect

VARIANT_BOOL AutoConnect
getsetproperty

Enable/disable automatic connecting to a channel.

Parameters
bValNew value.

Get current online status.

Parameters
pbValReturn value.

§ OnlineCount

int OnlineCount
getproperty

Get number of online contacts in channel.

Parameters
piValReturn value.