True Status Engine used by application framework. This module is used to notify the Lifeline (or any other association groups) of state changes for any Command Class. More...
#include <stdbool.h>
#include "ZAF_types.h"
#include <ZW_transport_api.h>
#include <CC_Common.h>
#include "zaf_transport_tx.h"
Go to the source code of this file.
Data Structures | |
struct | _s_zaf_tse_data_input_template_t_ |
Typedefs | |
typedef struct _s_zaf_tse_data_input_template_t_ | s_zaf_tse_data_input_template_t |
typedef void(* | zaf_tse_callback_t) (zaf_tx_options_t *txOptions, void *pData) |
Functions | |
bool | ZAF_TSE_Trigger (zaf_tse_callback_t pCallback, void *pData, bool overwrite_previous_trigger) |
bool | ZAF_TSE_Init (void) |
void | ZAF_TSE_TXCallback (transmission_result_t *pTransmissionResult) |
True Status Engine used by application framework. This module is used to notify the Lifeline (or any other association groups) of state changes for any Command Class.