Trident IoT Z-Wave SDK
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
cc_user_credential_operations.h
Go to the documentation of this file.
1
19#ifndef CC_USER_CREDENTIAL_OPERATIONS_H
20#define CC_USER_CREDENTIAL_OPERATIONS_H
21
22/****************************************************************************/
23/* INCLUDE FILES */
24/****************************************************************************/
25
27
35/****************************************************************************/
36/* API FUNCTIONS */
37/****************************************************************************/
38
48 u3c_user_t * p_user,
49 uint8_t * p_name,
50 RECEIVE_OPTIONS_TYPE_EX * p_rx_options
51 );
52
62 u3c_user_t * p_user, uint8_t * p_name, RECEIVE_OPTIONS_TYPE_EX * p_rx_options
63 );
64
73 uint16_t uuid, RECEIVE_OPTIONS_TYPE_EX * p_rx_options
74 );
75
84 u3c_credential_t * p_credential, RECEIVE_OPTIONS_TYPE_EX * p_rx_options
85 );
86
95 u3c_credential_t * p_credential, RECEIVE_OPTIONS_TYPE_EX * p_rx_options
96 );
97
109 uint16_t uuid, u3c_credential_type credential_type,
110 uint16_t credential_slot, RECEIVE_OPTIONS_TYPE_EX * p_rx_options
111 );
112
124 u3c_credential_type credential_type,
125 uint16_t source_credential_slot, uint16_t destination_uuid,
126 uint16_t destination_credential_slot, RECEIVE_OPTIONS_TYPE_EX * p_rx_options
127 );
128
139 u3c_credential_metadata_t const * const p_source_metadata,
140 u3c_credential_metadata_t const * const p_destination_metadata,
142 RECEIVE_OPTIONS_TYPE_EX * const p_rx_options
143 );
144
153 uint16_t uuid,
154 u3c_credential_type filter_type
155 );
156
162#endif /* CC_USER_CREDENTIAL_OPERATIONS_H */
u3c_db_operation_result CC_UserCredential_delete_credential_and_report(uint16_t uuid, u3c_credential_type credential_type, uint16_t credential_slot, RECEIVE_OPTIONS_TYPE_EX *p_rx_options)
Tries to delete a credential from the database and reports the result.
u3c_db_operation_result CC_UserCredential_move_credential_and_report(u3c_credential_type credential_type, uint16_t source_credential_slot, uint16_t destination_uuid, uint16_t destination_credential_slot, RECEIVE_OPTIONS_TYPE_EX *p_rx_options)
Tries to assign a credential to a different slot or user.
u3c_user_credential_association_report_status_t
Definition CC_UserCredential.h:100
enum u3c_credential_type_ u3c_credential_type
u3c_db_operation_result CC_UserCredential_add_credential_and_report(u3c_credential_t *p_credential, RECEIVE_OPTIONS_TYPE_EX *p_rx_options)
Tries to add a new credential to the database and reports the result.
enum u3c_db_operation_result_ u3c_db_operation_result
u3c_db_operation_result CC_UserCredential_modify_user_and_report(u3c_user_t *p_user, uint8_t *p_name, RECEIVE_OPTIONS_TYPE_EX *p_rx_options)
Tries to modify a user in the database and reports the result.
u3c_db_operation_result CC_UserCredential_modify_credential_and_report(u3c_credential_t *p_credential, RECEIVE_OPTIONS_TYPE_EX *p_rx_options)
Tries to modify a credential in the database and reports the result.
void CC_UserCredential_delete_all_credentials_of_type(uint16_t uuid, u3c_credential_type filter_type)
u3c_db_operation_result CC_UserCredential_delete_user_and_report(uint16_t uuid, RECEIVE_OPTIONS_TYPE_EX *p_rx_options)
Tries to delete a user from the database and reports the result.
bool CC_UserCredential_send_association_report(u3c_credential_metadata_t const *const p_source_metadata, u3c_credential_metadata_t const *const p_destination_metadata, u3c_user_credential_association_report_status_t const status, RECEIVE_OPTIONS_TYPE_EX *const p_rx_options)
Sends a USER_CREDENTIAL_ASSOCIATION_REPORT frame.
u3c_db_operation_result CC_UserCredential_add_user_and_report(u3c_user_t *p_user, uint8_t *p_name, RECEIVE_OPTIONS_TYPE_EX *p_rx_options)
Tries to add a new user to the database and reports the result.
Definition ZAF_types.h:71
Definition CC_UserCredential.h:182
Definition CC_UserCredential.h:191
Definition CC_UserCredential.h:170