16 #ifndef CUSTOM_DATA_H_ 17 #define CUSTOM_DATA_H_ 52 #endif //CUSTOM_DATA_H_ item_meta_t meta
Meta of custom data.
void custom_data_destroy(custom_data_t **custom_data)
Destroys custom_data.
E_MCL_ERROR_CODE
MCL Error code definitions. Every function returning an error code uses this enum values...
binary_payload_t payload
Payload of custom data.
struct mcl_custom_data_t mcl_custom_data_t
This struct is used for building the custom data type.
E_MCL_ERROR_CODE custom_data_initialize(const char *version, const char *type, const char *routing, custom_data_t **custom_data)
Initializes custom_data.
This struct is used for building custom_data.payload structure.
This struct is used for building the custom data type.
Data types module header file.