Synx APIs
Synx
synx_callback_params Struct Reference

#include <synx.h>

Public Attributes

uint32_t h_synx
 
synx_user_callback cb_func
 
void * userdata
 
synx_user_callback cancel_cb_func
 
uint64_t timeout_ms
 

Detailed Description

struct synx_callback_params - Synx callback parameters.

: Synx object handle. : Pointer to callback func to be invoked. : Opaque pointer passed back with callback as data. : Pointer to callback to ack cancellation. : Timeout in ms. SYNX_NO_TIMEOUT if timeout is not required.


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