The IDataBinding interfaces provides methods for retrive information of the Pins published.
More...
#include <data_binding_intf.h>
|
| ~IDataBinding ()=default |
| not destructable
|
|
The IDataBinding interfaces provides methods for retrive information of the Pins published.
These pins are data access points and can be connected to a ISampleStream.
Definition at line 23 of file data_binding_intf.h.
◆ FindPin()
Find a Pin with the name of strName
(only const access)
- Parameters
-
strName | [in] Pointer to a string that identifies the pin that searches for. Call the IPin::GetName method to retrieve a pin's identifier. |
pPin | [out] contains the pin if found. |
- Returns
- Returns a standard result code.
- Return values
-
ERR_NOT_FOUND | Pin with the given name strName not found. |
◆ GetPins()