Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
cc_configuration_io_interface_t Struct Reference

#include <CC_Configuration.h>

Data Fields

bool(* write_handler )(zpal_nvm_object_key_t file_id, uint8_t const *data, size_t size)
 Write function which writes data with a specified size to non volatile memory.
 
bool(* read_handler )(zpal_nvm_object_key_t file_id, uint8_t *data, size_t size)
 Read function which reads data with specified size from non volatile memory.
 

Detailed Description

Holds a write and a read interface defined by the user.

Field Documentation

◆ read_handler

bool(* cc_configuration_io_interface_t::read_handler) (zpal_nvm_object_key_t file_id, uint8_t *data, size_t size)

Read function which reads data with specified size from non volatile memory.

◆ write_handler

bool(* cc_configuration_io_interface_t::write_handler) (zpal_nvm_object_key_t file_id, uint8_t const *data, size_t size)

Write function which writes data with a specified size to non volatile memory.


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