Anjay Lite
Loading...
Searching...
No Matches
anj_send_request_t Struct Reference

#include <lwm2m_send.h>

Data Fields

const anj_io_out_entry_trecords
 
size_t records_cnt
 
anj_send_finished_handler_tfinished_handler
 
void * data
 
anj_send_content_format_t content_format
 

Detailed Description

Structure representing a single LwM2M Send message to be sent.

Field Documentation

◆ content_format

anj_send_content_format_t content_format

Content format of the payload.

◆ data

void* data

Data to be passed to the finished_handler.

◆ finished_handler

anj_send_finished_handler_t* finished_handler

Handler called after the final attempt to deliver the message, regardless of success or failure.

◆ records

const anj_io_out_entry_t* records

Array of records to be sent.

◆ records_cnt

size_t records_cnt

Number of records in the records array.


The documentation for this struct was generated from the following file: