nRF5 SDK v16.0.0
Data Fields
fds_evt_t Struct Reference

An FDS event. More...

#include <fds.h>

Data Fields

fds_evt_id_t id
 The event ID. See fds_evt_id_t.
 
ret_code_t result
 The result of the operation related to this event.
 
union {
   struct {
      uint32_t   record_id
 
      uint16_t   file_id
 
      uint16_t   record_key
 
      bool   is_record_updated
 
   }   write
 Information for FDS_EVT_WRITE and FDS_EVT_UPDATE events.
 
   struct {
      uint32_t   record_id
 
      uint16_t   file_id
 
      uint16_t   record_key
 
   }   del
 Information for FDS_EVT_DEL_RECORD and FDS_EVT_DEL_FILE events.
 
}; 
 

Detailed Description

An FDS event.


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

Documentation feedback | Developer Zone | Subscribe | Updated