Rudiments
serialport.h
1 // Copyright (c) 1999-2018 David Muse
2 // See the COPYING file for more information.
3 
4  private:
5 
6  bool tcSetAttr(int32_t optional_actions,
7  termios *termios_p);
8  bool tcFlush(int32_t queue_selector);
9  bool tcFlow(int32_t action);
10 
11  serialportprivate *pvt;
Definition: serialportprofileincludes.h:11