#include <remote.h>
Public Attributes | |
void(* | fn )(fastrpc_async_jobid jobid, void *context, int result) |
void * | context |
Async call back response type, input structure
void* fastrpc_async_callback::context |
Current context to identify the callback
void(* fastrpc_async_callback::fn) (fastrpc_async_jobid jobid, void *context, int result) |
Callback function for async notification