ZelloWork Client SDK  2.51
Properties | List of all members
IPtt3 Interface Reference

Inherits IPtt2.

Inherited by IPtt4.

Properties

VARIANT_BOOL AutoConnect [get, set]
 
- Properties inherited from IPtt
NETWORK_STATUS NetworkStatus [get]
 
ONLINE_STATUS OnlineStatus [get, set]
 
BSTR Username [get]
 
BSTR Password [get]
 
IContacts Contacts [get]
 
INetwork Network [get]
 
ISettings Settings [get]
 
IHistory History ([in] BSTR bstrFilter) [get]
 
IAudioPlayer AudioPlayer [get]
 
ICustomization Customization [get]
 
VARIANT_BOOL VoxActive [get, set]
 
BSTR StatusText [get, set]
 

Additional Inherited Members

- Public Member Functions inherited from IPtt2
HRESULT BeginMessageEx ([in] SAFEARRAY BSTR Users, [in] BSTR bstrExternalId)
 
HRESULT SendCallAlert ([in] IContact *pContact, [in] BSTR bstrText, [in] BSTR bstrExternalId)
 
HRESULT ShareImage ([in] IContact *pContact, [in] BSTR bstrText, [in] BSTR bstrExternalId)
 
HRESULT GetSoloContact ([out, retval] IContact **ppVal)
 
HRESULT UpdateSoloContact ([in] IContact *pContact)
 
- Public Member Functions inherited from IPtt
HRESULT SignIn ([in] BSTR bstrUsername, [in] BSTR bstrPassword, [in] VARIANT_BOOL bPasswordHash)
 
HRESULT SignOut ()
 
HRESULT Cancel ()
 
HRESULT ShowSettingsDialog ([in] long lParentWindow)
 
HRESULT ShowAboutDialog ([in] long lParentWindow)
 
HRESULT ShowFeedbackDialog ([in] long lParentWindow)
 
HRESULT ShowPasswordWizard ([in] long lParentWindow)
 
HRESULT BeginMessage ([in] SAFEARRAY BSTR Users)
 
HRESULT EndMessage ()
 
HRESULT RepeatLastMessage ()
 
HRESULT BeginMessage2 ([in, out] SAFEARRAY BSTR *Users)
 
HRESULT UpdateContacts ()
 
HRESULT ShowContacts ()
 
HRESULT OpenHistory (IContact *pContact)
 
HRESULT CloseHistory ()
 
HRESULT ExpandContact (IContact *pContact)
 
HRESULT SelectContact (IContact *pContact)
 

Detailed Description

IPtt3 interface extends IPtt2, enables AutoConnect feature if AutoConnect is on (default value) PTT will connect to every newly added channel

Property Documentation

§ AutoConnect

VARIANT_BOOL AutoConnect
getsetproperty

Check if AutoConnect feature is active.

Parameters
pbValReturn value.

Enable or disable AutoConnect feature.

Parameters
bValNew value.