Trident IoT Z-Wave SDK
Loading...
Searching...
No Matches
cc_user_credential_config_api.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2024 Silicon Laboratories Inc. <https://www.silabs.com/>
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 *
6 */
7
14
15#ifndef CC_USER_CREDENTIAL_CONFIG_API_H
16#define CC_USER_CREDENTIAL_CONFIG_API_H
17
18#include "CC_UserCredential.h"
19
27
34
41
49
58
66
73
81
89
97
109
117
126
133
140
147
154
161
162#endif /* CC_USER_CREDENTIAL_CONFIG_API_H */
Handler and API for Command Class User Credential.
bool cc_user_credential_is_user_type_supported(u3c_user_type user_type)
uint8_t cc_user_credential_get_cl_recommended_timeout(u3c_credential_type credential_type)
uint8_t cc_user_credential_get_max_length_of_user_name(void)
bool cc_user_credential_get_admin_code_deactivate_supported(void)
uint8_t cc_user_credential_get_cl_number_of_steps(u3c_credential_type credential_type)
bool cc_user_credential_is_credential_type_supported(u3c_credential_type credential_type)
uint8_t cc_user_credential_get_max_length_of_data(u3c_credential_type credential_type)
bool cc_user_credential_get_admin_code_supported(void)
uint8_t cc_user_credential_get_number_of_supported_credential_types(void)
uint16_t cc_user_credential_get_max_credential_slots(u3c_credential_type credential_type)
bool cc_user_credential_is_credential_checksum_supported(void)
bool cc_user_credential_is_credential_learn_supported(u3c_credential_type credential_type)
uint8_t cc_user_credential_get_min_length_of_data(u3c_credential_type credential_type)
bool cc_user_credential_is_all_users_checksum_supported(void)
uint8_t cc_user_credential_get_max_hash_length(u3c_credential_type type)
bool cc_user_credential_is_credential_rule_supported(u3c_credential_rule credential_rule)
uint16_t cc_user_credential_get_max_user_unique_idenfitiers(void)
bool cc_user_credential_is_user_checksum_supported(void)
enum u3c_credential_type_ u3c_credential_type
enum u3c_credential_rule_ u3c_credential_rule
enum u3c_user_type_ u3c_user_type