Diffusion C API 6.12.0
Loading...
Searching...
No Matches
send_request_to_session_params_s Struct Reference

Structure supplied when issuing a send_request_to_session() call. More...

#include <messaging.h>

Data Fields

SESSION_ID_Trecipient_session
 The session id of the session to receive the request.
const char * path
 The request path used by the recipient to select an appropriate handler.
BUF_T * request
 The request to send.
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 when issuing a send_request_to_session() call.


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