summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSergey Belyashov <Sergey.Belyashov@gmail.com>2011-12-04 17:32:08 +0400
committerDenis Shienkov <scapig2@yandex.ru>2012-01-18 12:10:00 +0400
commit5866ce7c889a43a3e88221276bd15ef28635d802 (patch)
tree13d7a132bac1ca87eb4a02c93543d2f66104cd43 /src
parentfe974e5acb94a30c61a070b96f2ff7657d8c8b5e (diff)
Added new error code: Break Condition
Diffstat (limited to 'src')
-rw-r--r--src/serialport.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/serialport.cpp b/src/serialport.cpp
index 6a043cfa..c49ee999 100644
--- a/src/serialport.cpp
+++ b/src/serialport.cpp
@@ -944,6 +944,8 @@ bool SerialPortPrivate::canErrorNotification()
\value FramingError The hardware detected a framing error
when reading data.
\value IoError I/O error occurred when read/write data.
+ \value BreakConditionError The hardware detected a break condition on
+ the input line.
\value ConfiguringError An error occurred with the configuring device.
\value UnsupportedPortOperationError The requested device operation is
not supported or prohibited by the local operating system.