Platform abstraction for Z-Wave Applications. More...
Go to the source code of this file.
Functions | |
| bool | set_powerdown_callback (zaf_wake_up_callback_t callback) |
Platform abstraction for Z-Wave Applications.
SPDX-License-Identifier: LicenseRef-TridentMSLA SPDX-FileCopyrightText: 2025 Trident IoT, LLC https://www.tridentiot.com
| bool set_powerdown_callback | ( | zaf_wake_up_callback_t | callback | ) |
This function register a callback function into the protocol. The callback function is called before entering the deep sleep power mode. The fucntion retruns true if the callback registed, else returns false.
| [in] | callback | Pointer tot he callback function to register |