![]() |
ISSDK
1.8
IoT Sensing Software Development Kit
|
This defines a record type to store ADS results string in Flash memory. More...
#include <auto_detection_service.h>

Data Fields | |
| uint32_t | cookie |
| uint32_t | length |
| char | ADSString [ADS_FLASH_STRING_LENGTH] |
This defines a record type to store ADS results string in Flash memory.
Definition at line 115 of file auto_detection_service.h.
| char ADSString |
Definition at line 119 of file auto_detection_service.h.
Referenced by ADS_FlashCompare(), and ADS_FlashUpdate().
| uint32_t cookie |
Definition at line 117 of file auto_detection_service.h.
Referenced by ADS_FlashCompare(), and ADS_FlashUpdate().
| uint32_t length |
Definition at line 118 of file auto_detection_service.h.
Referenced by ADS_FlashCompare(), and ADS_FlashUpdate().