Cisco Cisco Computer Telephony Integration OS 8.5 Developer's Guide

Page of 500
   
13-8
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions
Cisco CTI OS Release 7.2(1)
Chapter 13      SilentMonitorManager Object
Methods
IsMonitoredTarget
The IsMonitoredTarget method determines if the specified device or agent is a target that is being 
monitored.
Syntax 
C++:
 bool IsMonitoredTarget (Arguments & args);
COM:  
HRESULT IsMonitoredTarget ( /*[in]*/ IArguments * args, /*[out,retval]*/ 
VARIANT_BOOL * bMonitored );
VB:
 IsMonitoredTarget () As Boolean
Parameters
args
Arguments array that contains the parameter listed in 
:
Table 13-8
IsMonitoredTarget Arguments Array Parameter
Keyword
Type
Description
MonitoredUniqueObjectID
STRING
Unique Object ID of the target 
object being monitored.
Return Value
True if the specified MonitoredUniqueObjectID corresponds to the monitored agent or device; False 
otherwise.
SetIPPhoneInfo
The SetIPPhoneInfo method saves the information of the IP Phone used by the client application.
Syntax 
C++:
 int SetIPPhoneInfo (Arguments & args);
COM: 
 
HRESULT SetIPPhoneInfo ( /*[in]*/ IArguments * args, /*[out,retval]*/ int * 
errorcode );
VB:
 
SetIPPhoneInfo (ByVal args as CTIOSCLIENTLIB.IArguments ) As Long