Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 500
   
12-29
CTI OS Developer’s Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted
Release 7.5(1)
Chapter 12      Helper Classes
CWaitObject Class
Methods
 list the CWaitObject class methods.
CreateWaitObject
See 
DestroyWaitObject
See 
DumpEventMask
The DumpEventMask method returns a printable string listing the events in the CWaitObject’s mask.
Syntax
C++ , Java, .NET: 
string DumpEventMask();
Parameters
None.
Table 12-8
CWaitObject Class Methods
Method
Description
CreateWaitObject
See 
DestroyWaitObject
See 
DumpEventMask
Returns a printable string listing the events in the 
CWaitObject’s mask
GetMask
Sets a user provided pointer to an Arguments object 
that contains the list of events that the object will 
wait for.
GetTriggerEvent
Gets the ID of the event that triggered the 
WaitOnMultipleEvents method to wake.
InMask
Returns true if the specified event ID is in the list of 
events that the object will wait for.
SetMask
Set the list of events that the object will wait for.
WaitOnMultipleEvents
Waits for the events in the object’s event mask for 
the specified time period or until one of the events 
occurs.