sipXcallLib home page


Public Member Functions | List of all members
PtEventMask Class Reference

#include <PtEventMask.h>

Public Member Functions

 PtEventMask ()
 
 PtEventMask (const PtEventMask &rPtEventMask)
 
virtual ~PtEventMask ()
 
PtEventMaskoperator= (const PtEventMask &rhs)
 
PtStatus setEvents (PtEvent::PtEventId events[], int numEvents)
 
PtStatus addEvents (PtEvent::PtEventId events[], int numEvents)
 param: (in) events - Array of event ids of interest param: (in) numEvents - The number of event ids in the events array retcode: PT_SUCCESS - Success retcode: PT_INVALID_ARGUMENT - An invalid event id was contained in events More...
 
PtStatus addEvents (PtEventMask &rMask)
 param: (in) events - Array of event ids of interest param: (in) numEvents - The number of event ids in the events array retcode: PT_SUCCESS - Success retcode: PT_INVALID_ARGUMENT - An invalid event id was contained in events More...
 
PtBoolean isEventEnabled (PtEvent::PtEventId eventId)
 param: (in) rMask - A PtEventMask containing the set of event ids to be added to this mask's event ids. retcode: PT_SUCCESS - Success More...
 

Constructor & Destructor Documentation

PtEventMask ( const PtEventMask rPtEventMask)
virtual ~PtEventMask ( )
virtual

Member Function Documentation

PtStatus addEvents ( PtEvent::PtEventId  events[],
int  numEvents 
)

param: (in) events - Array of event ids of interest param: (in) numEvents - The number of event ids in the events array retcode: PT_SUCCESS - Success retcode: PT_INVALID_ARGUMENT - An invalid event id was contained in events

PtStatus addEvents ( PtEventMask rMask)

param: (in) events - Array of event ids of interest param: (in) numEvents - The number of event ids in the events array retcode: PT_SUCCESS - Success retcode: PT_INVALID_ARGUMENT - An invalid event id was contained in events

PtBoolean isEventEnabled ( PtEvent::PtEventId  eventId)

param: (in) rMask - A PtEventMask containing the set of event ids to be added to this mask's event ids. retcode: PT_SUCCESS - Success

PtEventMask& operator= ( const PtEventMask rhs)
PtStatus setEvents ( PtEvent::PtEventId  events[],
int  numEvents 
)