Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
cc_user_credential_handlers_checksum.h
Go to the documentation of this file.
1
14#ifndef CC_USER_CREDENTIAL_HANDLERS_CHECKSUM_H
15#define CC_USER_CREDENTIAL_HANDLERS_CHECKSUM_H
16
17#include "CC_UserCredential.h"
18#include "zaf_transport_tx.h"
19
27 const cc_handler_input_t * input
28 );
29
37 const cc_handler_input_t * input
38 );
39
47 const cc_handler_input_t * input
48 );
49
50#endif // CC_USER_CREDENTIAL_HANDLERS_CHECKSUM_H
Handler and API for Command Class User Credential.
received_frame_status_t CC_UserCredential_CredentialChecksumGet_handler(const cc_handler_input_t *input)
Handle Credential Checksum Get command.
received_frame_status_t CC_UserCredential_AllUsersChecksumGet_handler(const cc_handler_input_t *input)
Handle All Users Checksum Get command.
received_frame_status_t CC_UserCredential_UserChecksumGet_handler(const cc_handler_input_t *input)
Handle User Checksum Get command.
received_frame_status_t
Definition ZAF_types.h:107
Defines the input parameters of a command class handler.
Definition ZAF_types.h:215