Remote Interface
Remote API
fastrpc_async_callback Struct Reference

#include <remote.h>

Public Attributes

void(* fn )(fastrpc_async_jobid jobid, void *context, int result)
 
void * context
 

Detailed Description

Async call back response type, input structure

Member Data Documentation

◆ context

void* fastrpc_async_callback::context

Current context to identify the callback

◆ fn

void(* fastrpc_async_callback::fn) (fastrpc_async_jobid jobid, void *context, int result)

Callback function for async notification


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