This struct is used for building the complete message of stream data. More...
#include <src/stream_data.h>
Data Fields | |
custom_data_t * | base |
Type of base is custom data. More... | |
void * | user_context |
User context. More... | |
mcl_stream_data_read_callback_t | read_callback |
Read callback of stream data. More... | |
This struct is used for building the complete message of stream data.
Definition at line 26 of file stream_data.h.
custom_data_t* stream_data_t::base |
Type of base is custom data.
Definition at line 28 of file stream_data.h.
Referenced by _exchange_prepare_data().
mcl_stream_data_read_callback_t stream_data_t::read_callback |
Read callback of stream data.
Definition at line 30 of file stream_data.h.
Referenced by _exchange_add_current_data_to_request_by_streaming().
void* stream_data_t::user_context |
User context.
Definition at line 29 of file stream_data.h.
Referenced by _exchange_add_current_data_to_request_by_streaming().