Trident IoT Z-Wave SDK
Loading...
Searching...
No Matches
cc_user_code_io.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2022 Silicon Laboratories Inc. <https://www.silabs.com/>
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 *
6 */
7
14
15#ifndef CC_USERCODE_IO_H
16#define CC_USERCODE_IO_H
17
18#include <CC_UserCode.h>
19
26
28
29bool CC_UserCode_Write(uint8_t identifier, SUserCode *userCodeData);
30
31bool CC_UserCode_Read(uint8_t identifier, SUserCode *userCodeData);
32
37
38#endif /* CC_USERCODE_IO_H */
Handler for Command Class User Code.
bool CC_UserCode_Write(uint8_t identifier, SUserCode *userCodeData)
void CC_UserCode_Migrate()
bool CC_UserCode_Read(uint8_t identifier, SUserCode *userCodeData)
Definition CC_UserCode.h:85