custom_data_payload_t Struct Reference

#include <mcl_connectivity/src/custom_data.h>

Collaboration diagram for custom_data_payload_t:
Collaboration graph

Data Fields

char * version
 Version of custom data. More...
 
const mcl_uint8_tbuffer
 Buffer of custom data. More...
 
char * content_type
 Content type of custom data. More...
 
char * type
 Type of custom data. More...
 
mcl_size_t size
 Size of custom data. More...
 
mcl_json_tdetails
 Details of custom data. More...
 

Detailed Description

Handle for custom data payload.

Definition at line 18 of file custom_data.h.

Field Documentation

const mcl_uint8_t* custom_data_payload_t::buffer

Buffer of custom data.

Definition at line 21 of file custom_data.h.

Referenced by _custom_data_payload_callback(), and custom_data_validate().

char* custom_data_payload_t::content_type

Content type of custom data.

Definition at line 22 of file custom_data.h.

Referenced by _add_custom_data_to_buffer(), and custom_data_validate().

mcl_json_t* custom_data_payload_t::details

Details of custom data.

Definition at line 25 of file custom_data.h.

Referenced by _custom_data_meta_size().

mcl_size_t custom_data_payload_t::size

Size of custom data.

Definition at line 24 of file custom_data.h.

Referenced by _custom_data_payload_callback(), and custom_data_validate().

char* custom_data_payload_t::type

Type of custom data.

Definition at line 23 of file custom_data.h.

Referenced by _custom_data_meta_size(), and custom_data_validate().

char* custom_data_payload_t::version

Version of custom data.

Definition at line 20 of file custom_data.h.

Referenced by _custom_data_meta_size(), and custom_data_validate().


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