#include <rpc_object_server_registry_intf.h>
Inherits adtf::ucom::ant::IObject.
|
|
| ~IRPCObjectServer ()=default |
| | hidden ctor
|
| |
|
| ~IObject ()=default |
| | Protected destructor --> Only the final implementation can be destroyed!
|
| |
The RPC Object Server Interface defines the basics to receive RPC calls. This Interface is used to register to adtf::services::ant::IRPCObjectServerRegistry.
◆ Receive()
Implement to receive RPC requests. The content of oRequest and oResponse is depending on the used protocol.
- Parameters
-
| [in] | oRequest | Request message |
| [in,out] | oResponse | Response message (use i.e. adtf_memory_intf) |
The documentation for this class was generated from the following file: