#include <pfodRawCmdParser.h>
Inherits Stream.
Definition at line 41 of file pfodRawCmdParser.h.
◆ pfodRawCmdParser()
| pfodRawCmdParser::pfodRawCmdParser |
( |
| ) |
|
◆ available()
| int pfodRawCmdParser::available |
( |
| ) |
|
◆ closeConnection()
| void pfodRawCmdParser::closeConnection |
( |
| ) |
|
◆ connect()
| void pfodRawCmdParser::connect |
( |
Stream * |
ioPtr | ) |
|
◆ flush()
| void pfodRawCmdParser::flush |
( |
| ) |
|
◆ getParserState()
| byte pfodRawCmdParser::getParserState |
( |
| ) |
|
pfodWaitingForStart if outside msg pfodMsgStarted if just seen opening { pfodInMsg in msg after { pfodMsgEnd if just seen closing }
◆ getPfodAppStream()
| Stream* pfodRawCmdParser::getPfodAppStream |
( |
| ) |
|
◆ getRawCmd()
| byte* pfodRawCmdParser::getRawCmd |
( |
| ) |
|
◆ init()
| void pfodRawCmdParser::init |
( |
| ) |
|
◆ parse() [1/2]
| byte pfodRawCmdParser::parse |
( |
| ) |
|
◆ parse() [2/2]
| byte pfodRawCmdParser::parse |
( |
byte |
in | ) |
|
◆ peek()
| int pfodRawCmdParser::peek |
( |
| ) |
|
◆ read()
| int pfodRawCmdParser::read |
( |
| ) |
|
◆ setDisconnect()
| void pfodRawCmdParser::setDisconnect |
( |
| ) |
|
◆ write()
| size_t pfodRawCmdParser::write |
( |
uint8_t |
c | ) |
|