file_payload_t Struct Reference

This struct is used for building file.payload structure. More...

#include <src/data_types.h>

Collaboration diagram for file_payload_t:
Collaboration graph

Data Fields

mcl_uint8_tbuffer
 File payload buffer. More...
 
mcl_int64_t size
 File payload size. More...
 
mcl_size_t start_byte
 File payload start byte. More...
 
mcl_size_t end_byte
 File payload end byte. More...
 

Detailed Description

This struct is used for building file.payload structure.

Definition at line 151 of file data_types.h.

Field Documentation

mcl_uint8_t* file_payload_t::buffer

File payload buffer.

Definition at line 153 of file data_types.h.

mcl_size_t file_payload_t::end_byte

File payload end byte.

Definition at line 156 of file data_types.h.

Referenced by _process_registration_response_rsa_3072().

mcl_int64_t file_payload_t::size

File payload size.

Definition at line 154 of file data_types.h.

Referenced by _exchange_prepare_data().

mcl_size_t file_payload_t::start_byte

File payload start byte.

Definition at line 155 of file data_types.h.

Referenced by _process_registration_response_rsa_3072().


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