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

ZCL REMOTE CLI cluster server implementation. More...

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

Go to the source code of this file.

Macros

#define TR_REMOTE_CLI_SEND_BUFFER_SIZE   4096
 
#define TR_REMOTE_CLI_SEND_PACKET_PAYLOAD_SIZE   47
 
#define TR_REMOTE_CLI_SEND_PACKET_DELAY_MS   100
 
#define COLOR_START_CHAR   '\033'
 
#define COLOR_END_CHAR   'm'
 
#define tr_remote_cli_server_printf(...)
 
#define tr_remote_cli_server_println(...)
 

Functions

void tr_remote_cli_server_init_cb (void)
 Callback fires when remote cli server cluster is initialized.
 
void tr_remote_cli_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 remote cli server attribute is about to be written.
 
void tr_remote_cli_server_init (void)
 

Detailed Description

ZCL REMOTE CLI cluster server implementation.


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


Macro Definition Documentation

◆ COLOR_END_CHAR

#define COLOR_END_CHAR   'm'

◆ COLOR_START_CHAR

#define COLOR_START_CHAR   '\033'

◆ TR_REMOTE_CLI_SEND_BUFFER_SIZE

#define TR_REMOTE_CLI_SEND_BUFFER_SIZE   4096

◆ TR_REMOTE_CLI_SEND_PACKET_DELAY_MS

#define TR_REMOTE_CLI_SEND_PACKET_DELAY_MS   100

◆ TR_REMOTE_CLI_SEND_PACKET_PAYLOAD_SIZE

#define TR_REMOTE_CLI_SEND_PACKET_PAYLOAD_SIZE   47

◆ tr_remote_cli_server_printf

#define tr_remote_cli_server_printf ( ...)

debug prints


◆ tr_remote_cli_server_println

#define tr_remote_cli_server_println ( ...)

Function Documentation

◆ tr_remote_cli_server_init()

void tr_remote_cli_server_init ( void )

function prototypes consumed by framework