EEPROM Callbacks#

These callbacks are contributed by the EEPROM plugin.

Functions#

void
emberAfPluginEepromStateChangeCallback(HalEepromState oldEepromState, HalEepromState newEepromState)

Called whenever the EEPROM changes state.

Function Documentation#

emberAfPluginEepromStateChangeCallback#

void emberAfPluginEepromStateChangeCallback (HalEepromState oldEepromState, HalEepromState newEepromState)

Called whenever the EEPROM changes state.

Parameters
N/AoldEepromState

The old state of the EEPROM

N/AnewEepromState

The new state of the EEPROM


Definition at line 456 of file ./app/ncp/doc/callback.doc