Z-Wave Protocol Controller Reference
Zwave_command_class_user_credential

Sound Switch Command Class handlers and control function. More...

Typedefs

typedef void(* user_credential_slot_changed_callback_t) (const user_credential_credential_identifier_t old_credential_slot_id, const attribute_store_node_t new_credential_node)
 

Functions

void zwave_command_class_user_credential_set_uuic_slot_changed_callback (user_credential_slot_changed_callback_t callback)
 
sl_status_t zwave_command_class_user_credential_init ()
 

Detailed Description

Sound Switch Command Class handlers and control function.

This module implement some of the functions to control the Sound Switch Command Class

Typedef Documentation

◆ user_credential_slot_changed_callback_t

typedef void(* user_credential_slot_changed_callback_t) (const user_credential_credential_identifier_t old_credential_slot_id, const attribute_store_node_t new_credential_node)

Function Documentation

◆ zwave_command_class_user_credential_init()

sl_status_t zwave_command_class_user_credential_init ( )
Here is the caller graph for this function:

◆ zwave_command_class_user_credential_set_uuic_slot_changed_callback()

void zwave_command_class_user_credential_set_uuic_slot_changed_callback ( user_credential_slot_changed_callback_t  callback)