custom_data_t Struct Reference

This struct is used for building the custom data type. More...

#include <src/custom_data.h>

Collaboration diagram for custom_data_t:
Collaboration graph

Data Fields

item_meta_t meta
 Meta of custom data. More...
 
binary_payload_t payload
 Payload of custom data. More...
 

Detailed Description

This struct is used for building the custom data type.

Definition at line 24 of file custom_data.h.

Field Documentation

item_meta_t custom_data_t::meta
binary_payload_t custom_data_t::payload

Payload of custom data.

Definition at line 27 of file custom_data.h.

Referenced by _exchange_prepare_data(), and _initialize_custom_data_meta_fields().


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