Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
cc_user_credential_config_api.h
Go to the documentation of this file.
1
8#ifndef CC_USER_CREDENTIAL_CONFIG_API_H
9#define CC_USER_CREDENTIAL_CONFIG_API_H
10
11#include "CC_UserCredential.h"
12
20
27
34
42
51
59
66
74
82
90
102
110
119
126
133
140
147
154
155#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