MNE-CPP
beta 1.0
|
#include <serialport.h>
Holds the information which are necessery to define the serial port.
[in] | name | name of the port. |
[in] | baudRate | desired baud rate. |
[in] | stringBaudRate | desired baud rate as string. |
[in] | dataBits | desired data bits. |
[in] | stringDataBits | string of desired data bits. |
[in] | parity | desired parity. |
[in] | stringParity | string of desired parity. |
[in] | stopBits | desired stop bits. |
[in] | stringStopBits | string of desired stop bits. |
[in] | flowControl | desired flow control. |
[in] | stringFlowControl | string of desired flow control. |
Definition at line 213 of file serialport.h.