ISSDK  1.7
IoT Sensing Software Development Kit
Data Fields
ADSFlashRecord_t Struct Reference

This defines a record type to store ADS results string in Flash memory. More...

#include <auto_detection_service.h>

Collaboration diagram for ADSFlashRecord_t:
Collaboration graph

Data Fields

uint32_t cookie
 
uint32_t length
 
char ADSString [ADS_FLASH_STRING_LENGTH]
 

Detailed Description

This defines a record type to store ADS results string in Flash memory.

Definition at line 141 of file auto_detection_service.h.

Field Documentation

◆ ADSString

char ADSString

Definition at line 145 of file auto_detection_service.h.

Referenced by ADS_FlashCompare(), and ADS_FlashUpdate().

◆ cookie

uint32_t cookie

Definition at line 143 of file auto_detection_service.h.

Referenced by ADS_FlashCompare(), and ADS_FlashUpdate().

◆ length

uint32_t length

Definition at line 144 of file auto_detection_service.h.

Referenced by ADS_FlashCompare(), and ADS_FlashUpdate().


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