Z-Wave Protocol Controller Reference
zpc_attribute_resolver_send.h
Go to the documentation of this file.
1/******************************************************************************
2 * # License
3 * <b>Copyright 2021 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
28#ifndef ATTRIBUTE_RESOLVER_SEND_H
29#define ATTRIBUTE_RESOLVER_SEND_H
30
31#ifdef __cplusplus
32extern "C" {
33#endif
34
35#include <stdbool.h>
36#include "attribute_store.h"
37#include "zwave_unid.h"
38
52sl_status_t attribute_resolver_send(attribute_store_node_t node,
53 const uint8_t *frame_data,
54 uint16_t frame_data_len,
55 bool is_set);
56
63
64#ifdef __cplusplus
65}
66#endif
67
68#endif //ATTRIBUTE_RESOLVER_SEND_H
sl_status_t attribute_resolver_send(attribute_store_node_t node, const uint8_t *frame_data, uint16_t frame_data_len, bool is_set)
function that the ZPC attribute resolver uses send PAN frames
Definition: zpc_attribute_resolver_send.c:34
void attribute_resolver_send_init()
Initialization function for the attribute_resolver_send subcomponent.
Definition: zpc_attribute_resolver_send.c:131
uint32_t sl_status_t
Definition: sl_status.h:139