Trident IoT Z-Wave SDK
Loading...
Searching...
No Matches
zwave_api_interface.h File Reference

Platform abstraction for Z-Wave Applications. More...

#include <stdint.h>
#include <ZAF_Common_interface.h>
Include dependency graph for zwave_api_interface.h:

Go to the source code of this file.

Functions

bool set_powerdown_callback (zaf_wake_up_callback_t callback)

Detailed Description

Platform abstraction for Z-Wave Applications.


SPDX-License-Identifier: LicenseRef-TridentMSLA SPDX-FileCopyrightText: 2025 Trident IoT, LLC https://www.tridentiot.com


Function Documentation

◆ set_powerdown_callback()

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.

Parameters
[in]callbackPointer tot he callback function to register
Returns
True if the callback is registered else false.