1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 11:44:53 +08:00

Update list of exceptions thrown from constructor.

This commit is contained in:
trainman419 2013-05-21 00:00:31 -07:00
parent 46b06a3187
commit 31e07fdb99

View File

@ -171,7 +171,9 @@ public:
* flowcontrol_none, possible values are: flowcontrol_none, * flowcontrol_none, possible values are: flowcontrol_none,
* flowcontrol_software, flowcontrol_hardware * flowcontrol_software, flowcontrol_hardware
* *
* \throw PortNotOpenedException * \throw serial::PortNotOpenedException
* \throw serial::IOException
* \throw std::invalid_argument
*/ */
Serial (const std::string &port = "", Serial (const std::string &port = "",
uint32_t baudrate = 9600, uint32_t baudrate = 9600,