1#ifndef Driver_Tpipe_RxFrameHandlerApi_h_
2#define Driver_Tpipe_RxFrameHandlerApi_h_
38 virtual void execute(
char* decodedFrameText )
noexcept = 0;
43 virtual const char*
getVerb() const noexcept = 0;
This abstract class represents a item that can be contained in an Map (aka a sorted list implemented ...
Definition MapItem.h:33
This abstract class defines the 'Received Frame Handler' interface for the TPipe.
Definition RxFrameHandlerApi.h:29
virtual const char * getVerb() const noexcept=0
This method returns the frame handler's verb string.
virtual void execute(char *decodedFrameText) noexcept=0
This method is execute when an valid frame is received AND the frame begins with the frame handler' v...