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

Inherits IDispatch.

Inherited by ISettings2.

Properties

VARIANT_BOOL CompactContactList [get, set]
 
VARIANT_BOOL ShowTrayIcon [get, set]
 
VARIANT_BOOL ShowOfflineMenuCommand [get, set]
 
VARIANT_BOOL ShowIncomingNotification [get, set]
 
VARIANT_BOOL ShowOutgoingNotification [get, set]
 
VARIANT_BOOL CreateSoftKeyBar [get, set]
 
VARIANT_BOOL VoxEnabled [get, set]
 
int VoxActivationThreshold [get, set]
 
int VoxDeactivationThreshold [get, set]
 
int VoxTriggerTime [get, set]
 
int VoxRelaxationTime [get, set]
 

Detailed Description

ISettings interface allows to change object settings.

Property Documentation

§ CompactContactList

VARIANT_BOOL CompactContactList
getsetproperty

Check if compact contact list mode is active.

Parameters
pbValReturn value.

Change contact list mode.

Parameters
bValNew value.

§ ShowTrayIcon

VARIANT_BOOL ShowTrayIcon
getsetproperty

Check if tray icon is enabled.

Parameters
pbValReturn value.

Show or hide tray icon.

Parameters
bValNew value.

§ ShowOfflineMenuCommand

VARIANT_BOOL ShowOfflineMenuCommand
getsetproperty

Check if "Offline" command is shown in status menu.

Parameters
pbValReturn value.

Show or hide "Offline" command in status menu.

Parameters
bValNew value.

§ ShowIncomingNotification

VARIANT_BOOL ShowIncomingNotification
getsetproperty

Show incoming message notification popup

Parameters
pbValReturn value.

Show incoming message notification popup

Parameters
bValNew value.

§ ShowOutgoingNotification

VARIANT_BOOL ShowOutgoingNotification
getsetproperty

Show outgoing message notification popup

Parameters
pbValReturn value.

Show outgoing message notification popup

Parameters
bValNew value.

§ CreateSoftKeyBar

VARIANT_BOOL CreateSoftKeyBar
getsetproperty

Check if soft key bar is enabled. Works in SDK for Windows Mobile/CE only.

Parameters
pbValReturn value.

Show or hide soft key bar. Works in SDK for Windows Mobile/CE only.

Parameters
bValNew value.

§ VoxEnabled

VARIANT_BOOL VoxEnabled
getsetproperty

Check if VOX is enabled.

Parameters
pbValReturn value.

Enable or disable VOX.

Parameters
bValNew value.

§ VoxActivationThreshold

int VoxActivationThreshold
getsetproperty

Get current VOX activation threshold, dB

Parameters
piValReturn value.

Set VOX activation threshold, [-80, 0] dB.

Parameters
iValNew value.

§ VoxDeactivationThreshold

int VoxDeactivationThreshold
getsetproperty

Get current VOX de-activation threshold, dB

Parameters
piValReturn value.

Set VOX de-activation threshold, [-80, 0] dB. De-activation threshold must be less than or equal to activation threshold.

Parameters
iValNew value.

§ VoxTriggerTime

int VoxTriggerTime
getsetproperty

Get current VOX trigger time, ms.

Parameters
piValReturn value.

Set VOX trigger time, [0, 2000] ms.

Parameters
iValNew value.

§ VoxRelaxationTime

int VoxRelaxationTime
getsetproperty

Get current VOX relaxation time, ms.

Parameters
piValReturn value.

Set VOX relaxation time, [0, 2000] ms.

Parameters
iValNew value.