Anjay Lite
|
#include <lwm2m_send.h>
Data Fields | |
const anj_io_out_entry_t * | records |
size_t | records_cnt |
anj_send_finished_handler_t * | finished_handler |
void * | data |
anj_send_content_format_t | content_format |
Structure representing a single LwM2M Send message to be sent.
anj_send_content_format_t content_format |
Content format of the payload.
void* data |
Data to be passed to the finished_handler.
anj_send_finished_handler_t* finished_handler |
Handler called after the final attempt to deliver the message, regardless of success or failure.
const anj_io_out_entry_t* records |
Array of records to be sent.
size_t records_cnt |
Number of records in the records array.