/* * Generated using zcbor version 0.3.99 * https://github.com/NordicSemiconductor/zcbor * Generated with a --default-max-qty of 3 */ #ifndef EDHOC_ENCODE_MESSAGE_ERROR_H__ #define EDHOC_ENCODE_MESSAGE_ERROR_H__ #include #include #include #include #include "zcbor_encode.h" #include "cbor/edhoc_encode_message_error_types.h" #if DEFAULT_MAX_QTY != 3 #error "The type file was generated with a different default_max_qty than this file" #endif bool cbor_encode_message_error( uint8_t *payload, size_t payload_len, const struct message_error *input, size_t *payload_len_out); #endif /* EDHOC_ENCODE_MESSAGE_ERROR_H__ */