Trident IoT Z-Wave SDK
Loading...
Searching...
No Matches
CC_DeviceResetLocally.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2018 Silicon Laboratories Inc. <https://www.silabs.com/>
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 *
6 */
7
13
14#ifndef _CC_DEVICE_RESET_LOCALLY_H_
15#define _CC_DEVICE_RESET_LOCALLY_H_
16
17/****************************************************************************/
18/* INCLUDE FILES */
19/****************************************************************************/
20#include <ZAF_types.h>
21
28
29/****************************************************************************/
30/* PUBLIC TYPES and DEFINITIONS */
31/****************************************************************************/
32
33/****************************************************************************/
34/* PUBLIC FUNCTIONS */
35/****************************************************************************/
36
42extern void CC_DeviceResetLocally_done(TRANSMISSION_RESULT * pTransmissionResult);
43
48
53
54#endif
void CC_DeviceResetLocally_notification_tx()
Transmits a Device Reset Locally Notification.
void CC_DeviceResetLocally_done(TRANSMISSION_RESULT *pTransmissionResult)
Transmission callback for CC_DeviceResetLocally_notification_tx().
transmission_result_t TRANSMISSION_RESULT
Definition ZAF_types.h:178