stream_data_t Struct Reference

This struct is used for building the complete message of stream data. More...

#include <src/stream_data.h>

Collaboration diagram for stream_data_t:
Collaboration graph

Data Fields

custom_data_tbase
 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...
 

Detailed Description

This struct is used for building the complete message of stream data.

Definition at line 26 of file stream_data.h.

Field Documentation

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().


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