|
pure virtual |
This method is used to determine if this I/O source is able to handle events for the specified interface.
pIface | [ in ] A pointer to the interface to test. |
Success | P6R::eOk | This I/O source handles eventsfor the specified interface. |
Failure | P6R::eNoInterface | This I/O source does not handle events for the specified interface |
P6R::eInvalidArg | pIface was NULL. |