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

ZCL Remote CLI cluster client implementation. More...

#include "tr_af.h"
#include "tr_remote_cli_common.h"
Include dependency graph for tr_remote_cli_client.h:

Go to the source code of this file.

Macros

#define tr_remote_cli_client_printf(...)
#define tr_remote_cli_client_println(...)

Functions

void tr_remote_cli_client_init_cb (zb_uint8_t endpoint)
 Callback fires when the Remote CLI client cluster plugin is initialized.
zb_bool_t tr_remote_cli_client_command_received_cb (zb_zcl_parsed_hdr_t *cmd_info)
 Callback that user can declare to handle any Remote CLI client commands.
void tr_remote_cli_client_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 an Remote CLI client attribute is about to be written.
zb_bool_t tr_remote_cli_client_cli_command_response_cb (zb_zcl_parsed_hdr_t *cmd_info, zb_uint8_t endpoint, zb_uint8_t *cli_cmd_resp)
 Callback that user can declare to handle remote cli cluster cli command response command.
void tr_remote_cli_client_send_cli_command (zb_char_t *command, zb_uint16_t short_addr, zb_uint8_t endpoint)
 API to send a CLI command to a remote device.
void tr_remote_cli_client_send_cli_enable (tr_remote_cli_cli_status_arg_t cli_enable, zb_uint16_t poll_rate, zb_uint16_t short_addr, zb_uint8_t endpoint)
 API for enabling remote CLI interactive mode on a remote device.
void tr_remote_cli_client_init (void)

Detailed Description

ZCL Remote CLI cluster client implementation.


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


Macro Definition Documentation

◆ tr_remote_cli_client_printf

#define tr_remote_cli_client_printf ( ...)

debug prints


◆ tr_remote_cli_client_println

#define tr_remote_cli_client_println ( ...)

Function Documentation

◆ tr_remote_cli_client_init()

void tr_remote_cli_client_init ( void )

function prototypes consumed by framework