Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
Remote CLI
+ Collaboration diagram for Remote CLI:

Typedefs

typedef void(* cc_cli_command_handler_t) (uint16_t cmd_length, char *cmd)
 CLI command handler function pointer type.
 

Functions

void CC_remote_cli_set_command_handler (cc_cli_command_handler_t cli_command_handler)
 
void CC_remote_cli_buffer_data (uint16_t data_length, uint8_t *data)
 

Detailed Description

Typedef Documentation

◆ cc_cli_command_handler_t

typedef void(* cc_cli_command_handler_t) (uint16_t cmd_length, char *cmd)

CLI command handler function pointer type.

Function Documentation

◆ CC_remote_cli_buffer_data()

void CC_remote_cli_buffer_data ( uint16_t data_length,
uint8_t * data )

Send a Remote CLI report command

Parameters
data_lengthLength of the provided data
dataPointer to data

◆ CC_remote_cli_set_command_handler()

void CC_remote_cli_set_command_handler ( cc_cli_command_handler_t cli_command_handler)

Register a callback function to pass recevied CLI commands to

Parameters
cli_command_handlerFunction pointer to the CLI command handler