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:
parent
46b06a3187
commit
31e07fdb99
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user