|
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 |
LwM2M Send message to be queued.
| anj_send_content_format_t content_format |
Content format used to encode the payload.
| void* data |
Opaque user pointer passed to finished_handler.
| anj_send_finished_handler_t* finished_handler |
Handler invoked on success, or after the final delivery attempt.
| const anj_io_out_entry_t* records |
Array of records (entries) to include in the payload.
| size_t records_cnt |
Number of elements in records.