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
SL_ZIGBEE_AF_DIDO_STORAGE_SUCCESS = 0
SL_ZIGBEE_AF_DIDO_STORAGE_ERROR = 1
}

API Documentation#

sl_zigbee_af_dido_storage_write_report#

sl_zigbee_af_dido_storage_status_t sl_zigbee_af_dido_storage_write_report (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#

sl_zigbee_af_dido_storage_status_t#

sl_zigbee_af_dido_storage_status_t
Enumerator
SL_ZIGBEE_AF_DIDO_STORAGE_SUCCESS
SL_ZIGBEE_AF_DIDO_STORAGE_ERROR

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