Trident IoT Z-Wave SDK
Loading...
Searching...
No Matches
CC_Basic.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2018 Silicon Laboratories Inc. <https://www.silabs.com/>
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 *
6 */
7
13
14#ifndef _CC_BASIC_H_
15#define _CC_BASIC_H_
16
17#include "ZAF_types.h"
18
25
35 AGI_PROFILE* pProfile,
36 uint8_t sourceEndpoint,
37 uint8_t bValue,
38 ZAF_TX_Callback_t callback);
39
51 agi_profile_t const * const p_profile,
52 const uint8_t source_endpoint,
53 const uint8_t value,
54 const bool use_supervision,
55 ZAF_TX_Callback_t callback);
56
61
62#endif
JOB_STATUS CC_Basic_Report_tx(AGI_PROFILE *pProfile, uint8_t sourceEndpoint, uint8_t bValue, ZAF_TX_Callback_t callback)
zaf_job_status_t CC_Basic_Set_tx(agi_profile_t const *const p_profile, const uint8_t source_endpoint, const uint8_t value, const bool use_supervision, ZAF_TX_Callback_t callback)
void(* ZAF_TX_Callback_t)(transmission_result_t *pTxResult)
Definition ZAF_types.h:314
zaf_job_status_t
Definition ZAF_types.h:139
agi_profile_t AGI_PROFILE
Definition ZAF_types.h:134
job_status_t JOB_STATUS
Definition ZAF_types.h:149
Definition ZAF_types.h:126