Struct anj_send_request_t

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.

size_t records_cnt

Number of elements in records.

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.