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

#include <fw_update.h>

Data Fields

anj_dm_obj_t obj
 
anj_dm_obj_inst_t inst
 
struct { 
 
   int8_t   state 
 
   int8_t   result 
 
   anj_dm_fw_update_handlers_t *   user_handlers 
 
   void *   user_ptr 
 
   char   uri [256] 
 
   bool   write_start_called 
 
repr 
 

Detailed Description

Internal state of Firmware Update Object.

Warning
The user must ensure that this structure remains valid for the entire lifetime of anj_t object or until the Object is removed using anj_dm_remove_obj.
INTERNAL FIELDS: This type contains fields used internally by the Anjay Lite library. Do not access them directly. They are not part of the public API.

Field Documentation

◆ inst

◆ obj

◆ [struct]

struct { ... } repr

◆ result

int8_t result

◆ state

int8_t state

◆ uri

char uri[256]

◆ user_handlers

◆ user_ptr

void* user_ptr

◆ write_start_called

bool write_start_called

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