Struct anj_send_request_t
Defined in File lwm2m_send.h
Struct Documentation
-
struct anj_send_request_t
LwM2M Send message to be queued.
Public Members
-
const anj_io_out_entry_t *records
Array of records (entries) to include in the payload.
-
anj_send_finished_handler_t *finished_handler
Handler invoked on success, or after the final delivery attempt.
-
void *data
Opaque user pointer passed to finished_handler.
-
anj_send_content_format_t content_format
Content format used to encode the payload.
-
const anj_io_out_entry_t *records