Z-Wave Protocol Controller Reference
zwave_rx.h
Go to the documentation of this file.
1/******************************************************************************
2 * # License
3 * <b>Copyright 2021 Silicon Laboratories Inc. www.silabs.com</b>
4 ******************************************************************************
5 * The licensor of this software is Silicon Laboratories Inc. Your use of this
6 * software is governed by the terms of Silicon Labs Master Software License
7 * Agreement (MSLA) available at
8 * www.silabs.com/about-us/legal/master-software-license-agreement. This
9 * software is distributed to you in Source Code format and is governed by the
10 * sections of the MSLA applicable to Source Code.
11 *
12 *****************************************************************************/
13
39#ifndef ZWAVE_RX_H
40#define ZWAVE_RX_H
41
43#include "sl_status.h"
44
45#ifdef __cplusplus
46extern "C" {
47#endif
48
49/*
50 * @brief Waits for the Z-Wave API to have restarted/be ready
51 * after a soft reset.
52 *
53 * NOTE: This function will be blocking for up to a couple of seconds.
54 */
56
57#ifdef __cplusplus
58}
59#endif
62#endif //ZWAVE_RX_H
void zwave_rx_wait_for_zwave_api_to_be_ready()
Definition: zwave_rx.c:253
SL Status Codes.