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

Structure supplied to a send_request() call. More...

#include <messaging.h>

Data Fields

const char * path
 Path to send the request to.
 
BUF_T * request
 Request to be sent.
 
DIFFUSION_DATATYPE request_datatype
 The datatype of the request.
 
DIFFUSION_DATATYPE response_datatype
 The datatype of the response to be received.
 
request_on_response_cb on_response
 Callback to handle the response.
 
ERROR_HANDLER_T on_error
 Callback to handle errors. Can be NULL.
 
DISCARD_HANDLER_T on_discard
 Callback to handle. Can be NULL.
 
void * context
 User-supplied context. Can be NULL.
 

Detailed Description

Structure supplied to a send_request() call.


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