Trident IoT Z-Wave SDK
Loading...
Searching...
No Matches
cc_door_lock_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
12#ifndef CC_DOOR_LOCK_IO_H
13#define CC_DOOR_LOCK_IO_H
14
15#include <CC_DoorLock.h>
16
26
31
32#endif /* CC_DOOR_LOCK_IO_H */
void cc_door_lock_migrate(void)
bool cc_door_lock_write(cc_door_lock_data_t *door_lock_data)
bool cc_door_lock_read(cc_door_lock_data_t *door_lock_data)
Definition CC_DoorLock.h:240