MCPcopy Create free account
hub / github.com/crayzeewulf/libserial / SetModemControlLine

Method SetModemControlLine

src/SerialPort.cpp:777–782  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)

Callers 2

SetDTRMethod · 0.80
SetRTSMethod · 0.80

Calls 3

NotOpenClass · 0.85
call_with_retryFunction · 0.85
IsOpenMethod · 0.45

Tested by

no test coverage detected