Trident IoT Zigbee SDK
 
Loading...
Searching...
No Matches
tr_remote_cli_client.h
Go to the documentation of this file.
1
10#ifndef TR_REMOTE_CLI_CLIENT_H
11#define TR_REMOTE_CLI_CLIENT_H
12
13#include "tr_af.h"
15
19#if defined(TR_REMOTE_CLI_CLIENT_PLUGIN_PRINT_ENABLE) && (TR_REMOTE_CLI_CLIENT_PLUGIN_PRINT_ENABLE == 1)
20#define tr_remote_cli_client_printf(...) tr_zcl_printf(__VA_ARGS__)
21#define tr_remote_cli_client_println(...) tr_zcl_println(__VA_ARGS__)
22#else
23#define tr_remote_cli_client_printf(...)
24#define tr_remote_cli_client_println(...)
25#endif
26
32
35
37
43
49 zb_uint16_t short_addr,
50 zb_uint8_t endpoint);
51
58 zb_uint16_t poll_rate,
59 zb_uint16_t short_addr,
60 zb_uint8_t endpoint);
61
63
68
69#endif // TR_REMOTE_CLI_CLIENT_H
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_cb(void)
Callback fires when remote cli client cluster is initialized.
Trident application framework include.
zb_uint8_t endpoint
Definition tr_nvram_attr.h:23
void tr_remote_cli_client_init(void)
TODO - documentation.
Definition tr_remote_cli_common.h:17