mirror of
https://github.com/espressif/openthread.git
synced 2026-09-14 05:00:11 +00:00
[cli] remove undefined method decelerations in Interpreter (#6691)
This commit is contained in:
@@ -149,19 +149,6 @@ public:
|
||||
*/
|
||||
void ProcessLine(char *aBuf);
|
||||
|
||||
/**
|
||||
* This method delivers raw characters to the client.
|
||||
*
|
||||
* @param[in] aBuf A pointer to a buffer.
|
||||
* @param[in] aBufLength Number of bytes in the buffer.
|
||||
*
|
||||
* @returns The number of bytes placed in the output queue.
|
||||
*
|
||||
* @retval -1 Driver is broken.
|
||||
*
|
||||
*/
|
||||
int Output(const char *aBuf, uint16_t aBufLength);
|
||||
|
||||
/**
|
||||
* This method writes a number of bytes to the CLI console as a hex string.
|
||||
*
|
||||
@@ -471,9 +458,6 @@ private:
|
||||
otError ProcessNetworkDataRoute(void);
|
||||
otError ProcessNetworkDataService(void);
|
||||
void OutputPrefix(const otMeshLocalPrefix &aPrefix);
|
||||
void OutputPrefix(const otBorderRouterConfig &aConfig);
|
||||
void OutputRoute(const otExternalRouteConfig &aConfig);
|
||||
void OutputService(const otServiceConfig &aConfig);
|
||||
|
||||
otError ProcessNetstat(uint8_t aArgsLength, Arg aArgs[]);
|
||||
int OutputSocketAddress(const otSockAddr &aAddress);
|
||||
|
||||
Reference in New Issue
Block a user