Event Management Framework Reference 5-27
someSetRegDataSink Method
Purpose
Sets the file descriptor (or socket ID, or message queue ID) for the sink event.
IDL Syntax
void someSetRegDataSink (
in long sink);
Description
This method enables setting the true type of an event object. Typically, a subclass of Event
calls this method (or overrides this method) to set the event type to indicate its true
class(type).
Parameters
receiver A pointer to an object of class SOMEEMRegisterData.
ev A pointer to the Environment structure for the calling method.
sink An integer value indicating the file descriptor for input/output. It can also be
a socket ID, pipe ID or a message queue ID.
Original Class
SOMEEMRegisterData
Related Information
Methods: someClearRegData
Komentarze do niniejszej Instrukcji