Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
imt::base::lib::remoting::RemotingReceiveService Class Referencefinal

Service for remote objects to receive data from another remote object. More...

#include <Imt.Base.Lib.Remoting/inc/Imt.Base.Lib.Remoting/RemotingReceiveService.h>

Inheritance diagram for imt::base::lib::remoting::RemotingReceiveService:
imt::base::lib::remoting::RemotingServiceBase imt::base::lib::remoting::DataReceiverIfc imt::base::lib::remoting::RemotingServiceIfc imt::base::core::platform::Nonmovable

Public Member Functions

 RemotingReceiveService ()=default
 Constructor.
 
void onDataReceived (uint8_t const *const pData, uint32_t const countDataBytes) final
 
- Public Member Functions inherited from imt::base::lib::remoting::RemotingServiceBase
 RemotingServiceBase ()
 Constructor.
 
bool isRemoteObjectAdded (RemoteObjectIfc const &remoteObject) const override
 
bool isRemoteObjectAdded (int32_t const remoteObjectId) const override
 
bool add (RemoteObjectIfc &remoteObject) override
 
bool removeObject (RemoteObjectIfc &remoteObject) override
 
uint32_t getRemoteObjectCount () const
 Returns the count of remote objects that have been added to the remoting service.
 
- Public Member Functions inherited from imt::base::lib::remoting::RemotingServiceIfc
virtual ~RemotingServiceIfc ()=default
 Destructor.
 
virtual bool isRemoteObjectAdded (RemoteObjectIfc const &remoteObject) const =0
 Returns true if the given remote object id is added to the remoting service.
 
virtual bool isRemoteObjectAdded (int32_t const remoteObjectId) const =0
 Returns true if the given remote object id is added to the remoting service.
 
virtual bool add (RemoteObjectIfc &remoteObject)=0
 Adds a remote object.
 
virtual bool removeObject (RemoteObjectIfc &remoteObject)=0
 Removes the given remote object.
 
virtual void onDataReceived (uint8_t const *const pData, uint32_t const countDataBytes)=0
 Callback if data is received.
 

Additional Inherited Members

- Protected Member Functions inherited from imt::base::lib::remoting::RemotingServiceBase
RemoteObjectIfcgetRemoteObject (int32_t const remoteObjectId) const
 Get the remote object by Id.
 
- Protected Member Functions inherited from imt::base::lib::remoting::RemotingServiceIfc
 RemotingServiceIfc () noexcept=default
 
 RemotingServiceIfc (RemotingServiceIfc const &) noexcept=delete
 
 RemotingServiceIfc (RemotingServiceIfc &&) noexcept=delete
 
RemotingServiceIfcoperator= (RemotingServiceIfc const &) &noexcept=delete
 
RemotingServiceIfcoperator= (RemotingServiceIfc &&) &noexcept=delete
 
- Protected Member Functions inherited from imt::base::lib::remoting::DataReceiverIfc
 DataReceiverIfc () noexcept=default
 Default constructor.
 
 ~DataReceiverIfc () noexcept=default
 Destructor.
 
 DataReceiverIfc (DataReceiverIfc const &)=delete
 
 DataReceiverIfc (DataReceiverIfc &&)=delete
 
DataReceiverIfcoperator= (DataReceiverIfc const &) &=delete
 
DataReceiverIfcoperator= (DataReceiverIfc &&) &=delete
 

Detailed Description

Service for remote objects to receive data from another remote object.

Definition at line 21 of file RemotingReceiveService.h.

Constructor & Destructor Documentation

◆ RemotingReceiveService()

imt::base::lib::remoting::RemotingReceiveService::RemotingReceiveService ( )
default

Constructor.

Member Function Documentation

◆ onDataReceived()

void imt::base::lib::remoting::RemotingReceiveService::onDataReceived ( uint8_t const *const  pData,
uint32_t const  countDataBytes 
)
finalvirtual

The documentation for this class was generated from the following file: