Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 546
 
13-11
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
 
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 
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);
Table 13-8 IsMonitoredTarget Arguments Array Parameter
Keyword
Type
Description
MonitoredUniqueObjectID
STRING
Unique Object ID of the target 
object being monitored.