Trident IoT Z-Wave SDK
Loading...
Searching...
No Matches
CC_Association.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
35
36#ifndef _CC_ASSOCIATION_H_
37#define _CC_ASSOCIATION_H_
38
39#include <ZW_classcmd.h>
40#include "ZAF_types.h"
41
48
59extern e_cmd_handler_return_code_t handleAssociationSet(
60 uint8_t ep,
61 ZW_MULTI_CHANNEL_ASSOCIATION_SET_1BYTE_V2_FRAME* pCmd,
62 uint8_t cmdLength,
63 uint8_t commandClass);
64
69
70#endif // _CC_ASSOCIATION_H_
e_cmd_handler_return_code_t
Definition ZAF_types.h:89