Provides the base Class for RemotingSendService and RemotingReceiveService, which implements the RemotingServiceIfc.
More...
#include <Imt.Base.Lib.Remoting/RemotingServiceBase.h>
◆ add()
virtual bool imt::base::lib::remoting::RemotingServiceBase::add |
( |
RemoteObjectIfc & |
remoteObject | ) |
|
|
virtual |
◆ getRemoteObject()
bool imt::base::lib::remoting::RemotingServiceBase::getRemoteObject |
( |
const int32_t |
remoteObjectId, |
|
|
RemoteObjectIfc *& |
pRemoteObject |
|
) |
| const |
|
protected |
Get the remote object by Id.
- Parameters
-
remoteObjectId | Id of the remote object. |
pRemoteObject | Only valid if return value is true. |
- Returns
- True if remoteObject is registered.
◆ getRemoteObjectCount()
uint32_t imt::base::lib::remoting::RemotingServiceBase::getRemoteObjectCount |
( |
void |
| ) |
const |
Returns the count of remote objects that have been added to the remoting service.
- Returns
- count of remote objects that have been added to the remoting service.
◆ isRemoteObjectAdded()
virtual bool imt::base::lib::remoting::RemotingServiceBase::isRemoteObjectAdded |
( |
const int32_t |
remoteObjectId | ) |
const |
|
virtual |
◆ removeObject()
virtual bool imt::base::lib::remoting::RemotingServiceBase::removeObject |
( |
RemoteObjectIfc & |
remoteObject | ) |
|
|
virtual |
The documentation for this class was generated from the following file:
- D:/_Work/10/s/Imt.Base/Imt.Base.Lib.Remoting/RemotingServiceBase.h