Trident IoT Zigbee SDK
 
Loading...
Searching...
No Matches
tr_poll_control_server.h File Reference

ZCL POLL CONTROL cluster server implementation. More...

#include "tr_af.h"
#include "zb_zcl_poll_control.h"
+ Include dependency graph for tr_poll_control_server.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define tr_poll_control_server_printf(...)
 
#define tr_poll_control_server_println(...)
 

Functions

void tr_poll_control_server_init_cb (void)
 Callback fires when poll control server cluster is initialized.
 
void tr_poll_control_server_started_cb (void)
 Callback fires when poll control server cluster is started.
 
zb_bool_t tr_poll_control_server_send_check_in_cb (void)
 Callback fires when poll control server sends a check in command.
 
zb_bool_t tr_poll_control_server_check_in_response_cb (zb_zcl_parsed_hdr_t *cmd_info)
 Callback that user can declare to handle poll control cluster check in response command.
 
zb_bool_t tr_poll_control_server_fast_poll_stop_cb (zb_zcl_parsed_hdr_t *cmd_info)
 Callback that user can declare to handle poll control cluster fast poll stop command.
 
zb_bool_t tr_poll_control_server_set_long_poll_interval_cb (zb_zcl_parsed_hdr_t *cmd_info)
 Callback that user can declare to handle poll control cluster set long poll interval command.
 
zb_bool_t tr_poll_control_server_set_short_poll_interval_cb (zb_zcl_parsed_hdr_t *cmd_info)
 Callback that user can declare to handle poll control cluster set short poll interval command.
 
void tr_poll_control_server_write_attr_cb (zb_uint8_t endpoint, zb_uint16_t attr_id, zb_uint8_t *new_value, zb_uint16_t manuf_code)
 Callback fires when a poll control server attribute is about to be written.
 
void tr_poll_control_server_init (void)
 
void tr_poll_control_server_connection_state_cb (tr_conn_state_e conn_state)
 

Detailed Description

ZCL POLL CONTROL cluster server implementation.


SPDX-License-Identifier: LicenseRef-TridentMSLA SPDX-FileCopyrightText: 2025 Trident IoT, LLC https://www.tridentiot.com


Macro Definition Documentation

◆ tr_poll_control_server_printf

#define tr_poll_control_server_printf ( ...)

debug prints


◆ tr_poll_control_server_println

#define tr_poll_control_server_println ( ...)

Function Documentation

◆ tr_poll_control_server_connection_state_cb()

void tr_poll_control_server_connection_state_cb ( tr_conn_state_e conn_state)

◆ tr_poll_control_server_init()

void tr_poll_control_server_init ( void )

function prototypes consumed by framework