Diffusion C API  6.7.4
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
send_request_to_session_params_s Struct Reference

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

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_Trequest
 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: