3#ifndef IMT_BASE_OS_LINUX_SERIALPORT_H
4#define IMT_BASE_OS_LINUX_SERIALPORT_H
39 size_t read(
uint8_t*
const pData,
size_t const countDataBytes)
const;
48 size_t write(
uint8_t const*
const pData,
size_t const countDataBytes)
const;
Maintains configuration information of a serial port.
Provides functions to transmit serial port data.
size_t read(uint8_t *const pData, size_t const countDataBytes) const
Reads the given number of bytes from the serial port.
SerialPort(SerialPort const &source)=delete
SerialPort & operator=(SerialPort &&source) noexcept=delete
SerialPort(SerialPortConfig config) noexcept
Constructor.
SerialPort(SerialPort &&source) noexcept=delete
size_t write(uint8_t const *const pData, size_t const countDataBytes) const
Writes the given data to the serial port.
SerialPort & operator=(SerialPort const &source)=delete
This is a application specific file which is used to configure Imt.Base.Core.Math.