Microchip® Advanced Software Framework

user_cmd Struct Reference

User command structure.

Data Fields

void(* cmd_handler )(void *pMsg)
 Pointer to the command handler function. More...
 
const char * cmd_string
 Pointer to the command string buffer. More...
 

void(* user_cmd::cmd_handler)(void *pMsg)

Pointer to the command handler function.

Referenced by parse_command().

const char* user_cmd::cmd_string

Pointer to the command string buffer.