Z-Wave Protocol Controller Reference
zwave_command_class_multi_command.h
Go to the documentation of this file.
1
2/******************************************************************************
3 * # License
4 * <b>Copyright 2021 Silicon Laboratories Inc. www.silabs.com</b>
5 ******************************************************************************
6 * The licensor of this software is Silicon Laboratories Inc. Your use of this
7 * software is governed by the terms of Silicon Labs Master Software License
8 * Agreement (MSLA) available at
9 * www.silabs.com/about-us/legal/master-software-license-agreement. This
10 * software is distributed to you in Source Code format and is governed by the
11 * sections of the MSLA applicable to Source Code.
12 *
13 *****************************************************************************/
14
27#ifndef ZWAVE_COMMAND_CLASS_MULTI_COMMAND_H
28#define ZWAVE_COMMAND_CLASS_MULTI_COMMAND_H
29
30#include "sl_status.h"
31#include "zwave_utils.h"
32
33#ifdef __cplusplus
34extern "C" {
35#endif
36
44
45#ifdef __cplusplus
46}
47#endif
48
49#endif //ZWAVE_COMMAND_CLASS_MULTI_COMMAND_H
sl_status_t zwave_command_class_multi_command_init(void)
Initialize the Multi Command handler.
Definition: zwave_command_class_multi_command.c:116
uint32_t sl_status_t
Definition: sl_status.h:139
SL Status Codes.
Various Z-Wave related utilities.