REC RPC library
|
RPC response notifier wrapper interface. More...
#include <rec_rpc_Client.h>
Public Member Functions | |
virtual void | notify (const serialization::Serializable &result, ErrorCode errorCode) const =0 |
RPC response notifier wrapper interface.
The interface that RPC response notifiers must implement. It is recommended to use the preprocessor macros to do this.
Definition at line 52 of file rec_rpc_Client.h.
|
pure virtual |
This method is called by the client when a RPC response has been received from the server.
result | RPC function return values. |
errorCode | Error code. |