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.

Modules#

Dido Storage Linux

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)
Parameters
N/Adata
N/Alength

Definition at line 46 of file app/framework/plugin-host/dido-storage-posix-filesystem/dido-storage-linux.h

Enumeration Documentation#

EmberAfDidoStorageStatus#

EmberAfDidoStorageStatus
Enumerator
EMBER_AF_DIDO_STORAGE_SUCCESS
EMBER_AF_DIDO_STORAGE_ERROR

Definition at line 36 of file app/framework/plugin-host/dido-storage-posix-filesystem/dido-storage-linux.h