Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
CC_Association.h
Go to the documentation of this file.
1
29#ifndef _CC_ASSOCIATION_H_
30#define _CC_ASSOCIATION_H_
31
32#include <ZW_classcmd.h>
33#include "ZAF_types.h"
34
53extern e_cmd_handler_return_code_t handleAssociationSet(
54 uint8_t ep,
55 ZW_MULTI_CHANNEL_ASSOCIATION_SET_1BYTE_V2_FRAME* pCmd,
56 uint8_t cmdLength,
57 uint8_t commandClass);
58
64#endif // _CC_ASSOCIATION_H_
e_cmd_handler_return_code_t
Definition ZAF_types.h:95