10 #ifndef PhysicalLayer_H 11 #define PhysicalLayer_H Abstract base class for the physical layer.
virtual bool tx(uint8 *aData, uint16 aSize)=0
Transmit data.
Abstract base class for link Layers in the OSI model.
LinkLayer * mLinkLayer
The link layer that is one level up from this serial port.
unsigned short int uint16
16-bit unsigned integer
virtual void setLinkLayer(LinkLayer *aLinkLayer)
Change the link layer that receives bytes from this SerialPort.
unsigned char uint8
8-bit unsigned integer