EHS
|
#include <COM.h>
Public Member Functions | |
COM () | |
COM (const UInt_8 port, const UInt_32 baudRate, const UInt_8 byteSize, const Parity parity, const StopBits stopBits) | |
COM (const COM &com)=default | |
void | Initialize () |
void | UnInitialize () |
UInt_32 | Wait () |
void | Transmit (const Char_8 data) |
UInt_32 | Send (const Char_8 *data, const UInt_32 size) |
UInt_32 | Receive (const Char_8 *data, const UInt_32 size) |
void | Flush () |
ehs::COM::COM | ( | ) |
ehs::COM::COM | ( | const UInt_8 | port, |
const UInt_32 | baudRate, | ||
const UInt_8 | byteSize, | ||
const Parity | parity, | ||
const StopBits | stopBits ) |
|
default |
void ehs::COM::Flush | ( | ) |
void ehs::COM::Initialize | ( | ) |
void ehs::COM::Transmit | ( | const Char_8 | data | ) |
void ehs::COM::UnInitialize | ( | ) |
UInt_32 ehs::COM::Wait | ( | ) |