6-3
Event Management Framework Quick Reference
SOMEEMRegisterData class
(see emregdat.idl)
void someClearRegData ( );
Clears the registration data.
void someSetRegDataClientType (
in string clientType);
Sets the type name for a client event.
void someSetRegDataEventMask (
in long eventType,
in va_list ap);
Sets the generic event mask within the registration data using NULL terminated event type list.
void someSetRegDataSink (
in long sink);
Sets the file descriptor (or socket ID, or message queue ID) for the sink event.
void someSetRegDataSinkMask (
in unsigned long sinkmask);
Sets the sink mask within the registration data object.
void someSetRegDataTimerCount (
in long count);
Sets the number of times the timer will trigger, within the registration data.
void someSetRegDataTimerInterval (
in long interval);
Sets the timer interval within the registration data.
Comments to this Manuals