Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
cc_user_credential_handlers_checksum.h File Reference

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.
 

Detailed Description

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.

Function Documentation

◆ CC_UserCredential_AllUsersChecksumGet_handler()

received_frame_status_t CC_UserCredential_AllUsersChecksumGet_handler ( const cc_handler_input_t * input)

Handle All Users Checksum Get command.

Parameters
[in]inputPointer to the structure containing the input data for the handler.
Returns
The result of the attempt to handle the command.

◆ CC_UserCredential_CredentialChecksumGet_handler()

received_frame_status_t CC_UserCredential_CredentialChecksumGet_handler ( const cc_handler_input_t * input)

Handle Credential Checksum Get command.

Parameters
[in]inputPointer to the structure containing the input data for the handler.
Returns
The result of the attempt to handle the command.

◆ CC_UserCredential_UserChecksumGet_handler()

received_frame_status_t CC_UserCredential_UserChecksumGet_handler ( const cc_handler_input_t * input)

Handle User Checksum Get command.

Parameters
[in]inputPointer to the structure containing the input data for the handler.
Returns
The result of the attempt to handle the command.