Checksum command handlers for Command Class User Credential. More...
Include dependency graph for cc_user_credential_handlers_checksum.h:Go to the source code of this file.
Functions | |
| 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 | CC_UserCredential_CredentialChecksumGet_handler (const cc_handler_input_t *input) |
| Handle Credential Checksum Get command. | |
Checksum command handlers for Command Class User Credential.
SPDX-License-Identifier: BSD-3-Clause SPDX-FileCopyrightText: 2023 Silicon Laboratories Inc.
This module provides functions to handle checksum-related operations for credentials.
| received_frame_status_t CC_UserCredential_AllUsersChecksumGet_handler | ( | const cc_handler_input_t * | input | ) |
Handle All Users Checksum Get command.
| [in] | input | Pointer to the structure containing the input data for the handler. |
| received_frame_status_t CC_UserCredential_CredentialChecksumGet_handler | ( | const cc_handler_input_t * | input | ) |
Handle Credential Checksum Get command.
| [in] | input | Pointer to the structure containing the input data for the handler. |
| received_frame_status_t CC_UserCredential_UserChecksumGet_handler | ( | const cc_handler_input_t * | input | ) |
Handle User Checksum Get command.
| [in] | input | Pointer to the structure containing the input data for the handler. |