CommandExecutor Class Reference

#include <CommandExecutor.h>

Public Member Functions

 CommandExecutor (const CommandExecutor &)=delete
 
CommandExecutoroperator= (const CommandExecutor &)=delete
 
 CommandExecutor (TcpClient *cmdClient)
 
 CommandExecutor (WebsocketConnection *reqSocket)
 
 CommandExecutor (Stream *reqStream)
 
int executorReceive (char *recvData, int recvSize)
 
int executorReceive (char recvChar)
 
int executorReceive (const String &recvString)
 
void setCommandEOL (char reqEOL)
 

Constructor & Destructor Documentation

◆ CommandExecutor() [1/4]

CommandExecutor::CommandExecutor ( const CommandExecutor )
delete

◆ CommandExecutor() [2/4]

CommandExecutor::CommandExecutor ( TcpClient cmdClient)

◆ CommandExecutor() [3/4]

CommandExecutor::CommandExecutor ( WebsocketConnection reqSocket)

◆ CommandExecutor() [4/4]

CommandExecutor::CommandExecutor ( Stream reqStream)

Member Function Documentation

◆ executorReceive() [1/3]

int CommandExecutor::executorReceive ( char *  recvData,
int  recvSize 
)

◆ executorReceive() [2/3]

int CommandExecutor::executorReceive ( char  recvChar)

◆ executorReceive() [3/3]

int CommandExecutor::executorReceive ( const String recvString)

◆ operator=()

CommandExecutor& CommandExecutor::operator= ( const CommandExecutor )
delete

◆ setCommandEOL()

void CommandExecutor::setCommandEOL ( char  reqEOL)

The documentation for this class was generated from the following file: