16 #ifndef MCL_CUSTOM_DATA_H_ 17 #define MCL_CUSTOM_DATA_H_ 75 #endif //MCL_CUSTOM_DATA_H_ struct mcl_json_t mcl_json_t
This struct is used for json handling.
MCL_EXPORT E_MCL_ERROR_CODE mcl_custom_data_set_meta_details(mcl_custom_data_t *custom_data, const mcl_json_t *details)
Adds a custom details object to custom_data.
Common module interface header file.
MCL_EXPORT E_MCL_ERROR_CODE mcl_custom_data_set_payload(mcl_custom_data_t *custom_data, const mcl_uint8_t *content, mcl_size_t content_size)
Sets payload contents.
E_MCL_ERROR_CODE
MCL Error code definitions. Every function returning an error code uses this enum values...
struct mcl_custom_data_t mcl_custom_data_t
This struct is used for building the custom data type.