#include <interface_binding_type_intf.h>
Inherits adtf::ucom::ant::IObject.
|
|
| ~IObject ()=default |
| | Protected destructor --> Only the final implementation can be destroyed!
|
| |
The Dynamic Binding type is to describe the IBindingType.
◆ GetInterfaceID()
Gets the interface ID which describes the IBindingType::GetServerObject
- Returns
- Interface ID as NULL Terminated String
◆ GetInterfaceProxyCID()
Gets the Proxy Class (Object) ID which is the proxy class for serialization of server Calls.
- Returns
- Proxy OID as NULL Terminated String
◆ IsEqual()
| virtual bool adtf::streaming::ant::IBindingType::IsEqual |
( |
const IBindingType & | oType | ) |
const |
|
pure virtual |
Returns whether true or false for equality.
Default implementations will return true if the string of the GetInterfaceID value is equally.
- Parameters
-
| [in] | oType | Type to compare. |
- Return values
-
| true | is equal |
| false | not equal |
The documentation for this class was generated from the following file: