|
| sl_status_t | zwapi_nvr_get_value (uint8_t offset, uint8_t bLength, uint8_t *pNVRValue) |
| | Get a value from the NVR flash page. More...
|
| |
| sl_status_t | zwapi_memory_get_ids (zwave_home_id_t *home_id, zwave_node_id_t *node_id) |
| | Get the Home ID and Node ID of the Z-Wave module. More...
|
| |
| sl_status_t | zwapi_memory_get_byte (uint16_t offset, uint8_t *byte_value) |
| | Read one byte from the EEPROM. More...
|
| |
| uint8_t | zwapi_memory_put_byte (uint16_t offset, uint8_t bData) |
| | Add one byte to the EEPROM write queue. More...
|
| |
| sl_status_t | zwapi_memory_get_buffer (uint16_t offset, uint8_t *buf, uint8_t length) |
| | Read the number of bytes from the EEPROM. More...
|
| |
| uint8_t | zwapi_memory_put_buffer (uint16_t offset, const uint8_t *buf, uint16_t length, void(*callback_function)(void)) |
| | Copy the number of bytes to the EEPROM. More...
|
| |
| static void | zwapi_memory_put_buffer_builtin_callback () |
| |
| uint8_t | zwapi_memory_put_buffer_blocking (uint16_t offset, uint8_t *buffer, uint16_t length, uint16_t timeout) |
| | Copy the number of bytes to the EEPROM and waits for Z-Wave module callback before returning. More...
|
| |