Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 668
 
Chapter 12      Helper Classes
CWaitObject Class
12-40
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.1(1) 
CreateWaitObject
See 
DestroyWaitObject
See 
DumpEventMask
The DumpEventMask method returns a printable string listing the events in the 
CWaitObject’s mask.
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.