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) |
| typedef void(* cc_cli_command_handler_t) (uint16_t cmd_length, char *cmd) |
CLI command handler function pointer type.
| void CC_remote_cli_buffer_data | ( | uint16_t | data_length, |
| uint8_t * | data ) |
Send a Remote CLI report command
| data_length | Length of the provided data |
| data | Pointer to data |
| 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
| cli_command_handler | Function pointer to the CLI command handler |