![]() |
Diffusion C API 6.12.0
|
Structure supplied when issuing a send_request_to_session() call. More...
#include <messaging.h>
Data Fields | |
| SESSION_ID_T * | recipient_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. | |
Structure supplied when issuing a send_request_to_session() call.