33 #ifndef EO_WIN32_PACKET_STREAM_H_ 34 #define EO_WIN32_PACKET_STREAM_H_ 69 static const uint8_t buffSize = 128;
71 uint8_t buf[buffSize];
75 COMMTIMEOUTS m_Comtimeout;
79 #endif // !defined(EO_WIN32_PACKET_STREAM_H_) eoReturn ReceiveByte(uint8_t *u8RxByte)
DWORD GetLastError()
Definition: eoWin32PacketStream.h:64
eoReturn SendByte(uint8_t u8TxByte)
PacketStream Implementation for Windows based Systems.
Definition: eoWin32PacketStream.h:45
eoReturn
contains all the return values from different functions
Definition: eoApiDef.h:40
The base class for all PacketStreams Implementations.
Definition: eoPacketStream.h:58
eoReturn Open(const char *port)