AM243x MCU+ SDK  10.01.00
enet_cli.h File Reference

Introduction

This file contains the APIs of enet_cli lib.

Go to the source code of this file.

Functions

void EnetCli_init (Enet_Type enetType, uint32_t instId)
 Initialize variables necessary for CLI. More...
 
void EnetCli_registerBuiltInCommands ()
 Registers all built-in commands to command interpreter. More...
 
bool EnetCli_processCommand (const char *pCommandInput, char *pWriteBuffer, size_t writeBufferLen)
 Processes the command and runs the associated function. More...
 
const char * EnetCli_getParameter (const char *pCommandString, uint32_t wantedParam, uint32_t *paramLen)
 Extracts a specific parameter from the command. More...