Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
CC_RemoteCLI.h
Go to the documentation of this file.
1
8
9#ifndef _CC_REMOTE_CLI_H_
10#define _CC_REMOTE_CLI_H_
11
12#include <ZAF_types.h>
14#include "ZAF_Actuator.h"
15
26typedef void (*cc_cli_command_handler_t)(uint16_t cmd_length, char* cmd);
27
34
42void CC_remote_cli_buffer_data(uint16_t data_length, uint8_t * data);
43
49#endif /* _CC_REMOTE_CLI_H_ */
Transport layer for Multi Channel endpoint functionality.
void(* cc_cli_command_handler_t)(uint16_t cmd_length, char *cmd)
CLI command handler function pointer type.
Definition CC_RemoteCLI.h:26
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)