Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
CC_DeviceResetLocally.h
Go to the documentation of this file.
1
7#ifndef _CC_DEVICE_RESET_LOCALLY_H_
8#define _CC_DEVICE_RESET_LOCALLY_H_
9
10/****************************************************************************/
11/* INCLUDE FILES */
12/****************************************************************************/
13#include <ZAF_types.h>
14
22/****************************************************************************/
23/* PUBLIC TYPES and DEFINITIONS */
24/****************************************************************************/
25
26/****************************************************************************/
27/* PUBLIC FUNCTIONS */
28/****************************************************************************/
29
35extern void CC_DeviceResetLocally_done(TRANSMISSION_RESULT * pTransmissionResult);
36
41
47#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().
Definition ZAF_types.h:178