file_t Struct Reference

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

#include <src/file.h>

Collaboration diagram for file_t:
Collaboration graph

Data Fields

item_meta_t meta
 Meta of file. More...
 
file_payload_t payload
 Payload of file. More...
 
void * descriptor
 Descriptor of file. More...
 

Detailed Description

This struct is used for building the complete message of file.

Definition at line 24 of file file.h.

Field Documentation

void* file_t::descriptor

Descriptor of file.

Definition at line 28 of file file.h.

Referenced by _exchange_add_current_data_to_request(), and _exchange_add_current_data_to_request_by_streaming().

item_meta_t file_t::meta

Meta of file.

Definition at line 26 of file file.h.

Referenced by _exchange_prepare_data(), and _exchange_store_data_get_content_info().

file_payload_t file_t::payload

Payload of file.

Definition at line 27 of file file.h.

Referenced by _exchange_prepare_data(), and _process_registration_response_rsa_3072().


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