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
| Parameter | Type | Description |
|---|---|---|
handle | sbio_channel_handle_t * | The receive handle to remove the callback from. |
callback_function | sbio_event_callback_t | The callback function to remove. |
user_data | void * | The user data that is passed into the callback function to remove. |
Returns
| Type | Description |
|---|---|
int | 0 on success and non-zero on failure. |