Trident IoT Zigbee SDK
 
Loading...
Searching...
No Matches
+ Collaboration diagram for Remote CLI Client APIs:

Functions

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.
 

Detailed Description



Function Documentation

◆ tr_remote_cli_client_send_cli_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.

Parameters
commandpointer to a length prefixed ZCL character string
short_addrnode id to send the remote CLI command to
endpointendpoint on remote device

◆ tr_remote_cli_client_send_cli_enable()

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.

Parameters
cli_enableenable bitfield
poll_ratetemporary poll rate in quarter seconds
short_addrnode id of remote device
endpointendpoint of remote device