Skip to main content
Version: 9.0.2

sbio_rem_event_callback

int sbio_rem_event_callback(
sbio_channel_handle_t *handle,
sbio_event_callback_t callback_function,
void *user_data);

Removes a callback from a receive channel

Parameters

ParameterTypeDescription
handlesbio_channel_handle_t *The receive handle to remove the callback from.
callback_functionsbio_event_callback_tThe callback function to remove.
user_datavoid *The user data that is passed into the callback function to remove.

Returns

TypeDescription
int0 on success and non-zero on failure.