| 775 | } |
| 776 | |
| 777 | void |
| 778 | SerialPort::SetModemControlLine(const int modemLine, |
| 779 | const bool lineState) |
| 780 | { |
| 781 | mImpl->SetModemControlLine(modemLine, lineState) ; |
| 782 | } |
| 783 | |
| 784 | bool |
| 785 | SerialPort::GetModemControlLine(const int modemLine) |
no test coverage detected