Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
CC_Basic.h
Go to the documentation of this file.
1
7#ifndef _CC_BASIC_H_
8#define _CC_BASIC_H_
9
10#include "ZAF_types.h"
11
28 AGI_PROFILE* pProfile,
29 uint8_t sourceEndpoint,
30 uint8_t bValue,
31 ZAF_TX_Callback_t callback);
32
44 agi_profile_t const * const p_profile,
45 const uint8_t source_endpoint,
46 const uint8_t value,
47 const bool use_supervision,
48 ZAF_TX_Callback_t callback);
49
55#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:330
zaf_job_status_t
Definition ZAF_types.h:149
Definition ZAF_types.h:135