Diffusion C API 6.11.5
Loading...
Searching...
No Matches
diffusion_topic_notification_registration_params_s Struct Reference

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_Tregistration
 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.
 

Detailed Description

Structure supplied when issuing a diffusion_topic_notification_registration_select or diffusion_topic_notification_registration_deselect request.


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