Event Management Framework Reference 5-37
somevGetEventSink Method
Purpose
Returns the sink, or source of I/O, of the generic sink event.
IDL Syntax
long somevGetEventSink ( );
Description
The sink ID in the SinkEvent is returned. For message queues it is the queue ID, for files it
is the file descriptor, for sockets it is the socket ID, and for pipes it is the pipe descriptor.
Parameters
receiver A pointer to an object of class SOMESinkEvent.
ev A pointer to the Environment structure for the calling method.
Return Value
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
SOMESinkEvent
Related Information
Methods: somevSetEventSink
Komentáře k této Příručce