np43 / qextserialport

Automatically exported from code.google.com/p/qextserialport
Other
0 stars 0 forks source link

Documentation of 1.2RC bug #185

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Documentation of 1.2RC has a bug. Text description asynchronous and synchronous 
are interchanged in the section copied below. All other occurrences seem to be 
correct.

enum QextSerialPort::QueryMode
This enum type specifies query mode used in a serial port:
Constant    Value   Description
QextSerialPort::Polling 0   asynchronously read and write
QextSerialPort::EventDriven 1   synchronously read and write

Original issue reported on code.google.com by franz....@gmail.com on 27 Jun 2014 at 1:07

GoogleCodeExporter commented 9 years ago
It's actually wrong in 2.0 as well.

Original comment by franz....@gmail.com on 27 Jun 2014 at 1:13