![]() |
Diffusion C API 6.11.5
|
Structure describing a request to get a topic view. More...
#include <topic-views.h>
Data Fields | |
const char * | name |
The name of the view to be received. | |
on_topic_view_retrieved_cb | on_topic_view |
Callback when the topic view is received. | |
ERROR_HANDLER_T | on_error |
Callback to handle errors. Can be NULL. | |
DISCARD_HANDLER_T | on_discard |
Callback to handle discards. Can be NULL. | |
void * | context |
User-supplied context returned to callbacks. | |
Structure describing a request to get a topic view.