The Dynamic Binding type is to describe the IBindingType.
More...
|
| ~IObject ()=default |
| Protected destructor --> Use implemented Destroy() instead of delete!
|
|
The Dynamic Binding type is to describe the IBindingType.
Definition at line 22 of file interface_binding_type_intf.h.
◆ 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()
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 |