Command Console Library
Typedefs

General Description

Typedefs

typedef int(* command_function_t) (int argc, char *argv[], tlv_buffer_t **data)
 Callback to be invoked when a command is executed.
 
typedef cy_command_console_err_t(* help_example_function_t) (char *command_name, uint32_t eg_select)
 Pointer to a function for command-specific help. More...
 

Typedef Documentation

◆ help_example_function_t

typedef cy_command_console_err_t(* help_example_function_t) (char *command_name, uint32_t eg_select)

Pointer to a function for command-specific help.

Can be NULL.