Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IEventSource::isSupportedInterface ( p6ICom pIface)
pure virtual

This method is used to determine if this I/O source is able to handle events for the specified interface.

Parameters
pIface[ in ] A pointer to the interface to test.
Returns
SuccessP6R::eOkThis I/O source handles eventsfor the specified interface.
FailureP6R::eNoInterfaceThis I/O source does not handle events for the specified interface
P6R::eInvalidArgpIface was NULL.