Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
cc_user_credential_handlers_database.h
Go to the documentation of this file.
1
12
19 cc_handler_input_t * input);
20
27 cc_handler_input_t * input);
28
37 u3c_operation_type_t operation_type,
38 u3c_credential_t * p_credential,
39 RECEIVE_OPTIONS_TYPE_EX * p_rx_options);
40
53 cc_handler_input_t * input,
54 u3c_credential_metadata_t * p_metadata,
56 );
bool CC_UserCredential_CredentialGet_handler(cc_handler_input_t *input, u3c_credential_metadata_t *p_metadata, u3c_credential_report_tx_callback_t callback)
received_frame_status_t CC_UserCredential_UserSet_handler(cc_handler_input_t *input)
received_frame_status_t CC_UserCredential_UserGet_handler(cc_handler_input_t *input)
received_frame_status_t CC_UserCredential_CredentialSet_handler(u3c_operation_type_t operation_type, u3c_credential_t *p_credential, RECEIVE_OPTIONS_TYPE_EX *p_rx_options)
User Credential Unsolicited Transmission Functions.
void(* u3c_credential_report_tx_callback_t)(const u3c_credential_report_type_t report_type, const u3c_credential_t *const p_credential, const u3c_credential_type next_credential_type, const uint16_t next_credential_slot, RECEIVE_OPTIONS_TYPE_EX *p_rx_options)
Definition cc_user_credential_tx.h:39
received_frame_status_t
Definition ZAF_types.h:107
u3c_operation_type_t
Definition CC_UserCredential.h:196
Definition ZAF_types.h:71
Defines the input parameters of a command class handler.
Definition ZAF_types.h:215
Definition CC_UserCredential.h:182
Definition CC_UserCredential.h:191