ZCL REMOTE CLI cluster client implementation. More...
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 (void) |
Callback fires when remote cli client cluster is initialized. | |
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) |
ZCL REMOTE CLI cluster client implementation.
SPDX-License-Identifier: LicenseRef-TridentMSLA SPDX-FileCopyrightText: 2025 Trident IoT, LLC https://www.tridentiot.com
#define tr_remote_cli_client_printf | ( | ... | ) |
debug prints
#define tr_remote_cli_client_println | ( | ... | ) |
void tr_remote_cli_client_init | ( | void | ) |
function prototypes consumed by framework