3#ifndef IMT_BASE_LIB_REMOTING_REMOTEOBJECTABS_H 
    4#define IMT_BASE_LIB_REMOTING_REMOTEOBJECTABS_H 
   53    void onReceive(::
imt::base::core::serialization::Deserializer& buffer) final;
 
Provides an abstract base class for all remote object implementations.
 
int32_t getUniqueId() const final
 
void attach(int32_t const uniqueId) final
 
virtual uint32_t getMaxTransferSize() const
Gets the maximum number of bytes that can be transfered by one transmission.
 
RemoteObjectAbs(int32_t const uniqueIdToAttach, RemotingSendServiceIfc *const pRemotingSendService=nullptr, RemotingServiceIfc *const pRemotingReceiveService=nullptr)
Constructor.
 
void onReceive(::imt::base::core::serialization::Deserializer &buffer) final
 
Classes that implement this interface provide a generic mechanism to exchange data with a remoting pe...
 
Interface for the remoting sending service (allows remote objects to initiate the send by themselves)...
 
Interface for the RemotingService.
 
This is a application specific file which is used to configure Imt.Base.Core.Math.
 
unsigned __int32 uint32_t