Z-Wave Protocol Controller Reference
zwave_command_class_user_credential.h
Go to the documentation of this file.
1/******************************************************************************
2 * # License
3 * <b>Copyright 2024 Silicon Laboratories Inc. www.silabs.com</b>
4 ******************************************************************************
5 * The licensor of this software is Silicon Laboratories Inc. Your use of this
6 * software is governed by the terms of Silicon Labs Master Software License
7 * Agreement (MSLA) available at
8 * www.silabs.com/about-us/legal/master-software-license-agreement. This
9 * software is distributed to you in Source Code format and is governed by the
10 * sections of the MSLA applicable to Source Code.
11 *
12 *****************************************************************************/
13
24#ifndef ZWAVE_COMMAND_CLASS_USER_CREDENTIAL_H
25#define ZWAVE_COMMAND_CLASS_USER_CREDENTIAL_H
26
27#include "sl_status.h"
29#include "attribute_store.h"
30
31#ifdef __cplusplus
32#include <string>
33#include "sl_log.h"
34extern "C" {
35#endif
36
37
39 const user_credential_credential_identifier_t old_credential_slot_id,
40 const attribute_store_node_t new_credential_node);
41
44
45
47
48#ifdef __cplusplus
49} // extern "C"
50typedef void (*user_credential_slot_message_callback_t)(
51 sl_log_level level, const std::string& message);
52void zwave_command_class_user_credential_set_message_callback(
53 user_credential_slot_message_callback_t callback);
54#endif
55
56
57
58
59#endif //ZWAVE_COMMAND_CLASS_USER_CREDENTIAL_H
uint32_t sl_status_t
Definition: sl_status.h:139
void zwave_command_class_user_credential_set_uuic_slot_changed_callback(user_credential_slot_changed_callback_t callback)
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)
Definition: zwave_command_class_user_credential.h:38
sl_status_t zwave_command_class_user_credential_init()
SL Status Codes.
‍Full identifier for a user credential.
Definition: zwave_command_class_user_credential_types.h:85
static void callback(uint8_t status, const zwapi_tx_report_t *tx_info, void *user)
Z-Wave Tx Send data callback function.
Definition: zwave_s0_transport.c:601