You are viewing documentation for version:
Modules#
Dido Storage Linux
DIDO Storage Linux#
API and Callbacks for the DIDO Storage Linux Component.
File storage module for DIDO reports, which uses a POSIX file system as the underlying storage device and can therefore store any number of files.
Enumerations#
enum
EMBER_AF_DIDO_STORAGE_SUCCESS = 0
EMBER_AF_DIDO_STORAGE_ERROR = 1
}
API Documentation#
emberAfDidoStorageWriteReport#
EmberAfDidoStorageStatus emberAfDidoStorageWriteReport (uint8_t * data, uint32_t length)
ParametersType | Direction | Argument Name | Description |
---|
uint8_t * | N/A | data | |
uint32_t | N/A | length | |
Enumeration Documentation#
EmberAfDidoStorageStatus#
EmberAfDidoStorageStatus
Enumerator |
---|
EMBER_AF_DIDO_STORAGE_SUCCESS | |
EMBER_AF_DIDO_STORAGE_ERROR | |