![]() |
Diffusion C API 6.12.0
|
Structure supplied when issuing a diffusion_topic_notification_registration_select or diffusion_topic_notification_registration_deselect request. More...
#include <topic-notification-registration.h>
Data Fields | |
| on_selected_cb | on_selected |
| Callback when topic notifications for a topic selector has been selected. | |
| on_deselected_cb | on_deselected |
| Callback when topic notifications for a topic selector has been deselected. | |
| DIFFUSION_REGISTRATION_T * | registration |
| The topic notification registration. | |
| const char * | selector |
| The topic selector string. | |
| ERROR_HANDLER_T | on_error |
| Callback to handle errors from the server. Can be NULL. | |
| DISCARD_HANDLER_T | on_discard |
| Callback to handle discards. Can be NULL. | |
| void * | context |
| User supplied context. Can be NULL. | |
Structure supplied when issuing a diffusion_topic_notification_registration_select or diffusion_topic_notification_registration_deselect request.