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

Method GetModemControlLine

src/SerialPort.cpp:784–788  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

782 }
783
784 bool
785 SerialPort::GetModemControlLine(const int modemLine)
786 {
787 return mImpl->GetModemControlLine(modemLine) ;
788 }
789
790 /** -------------------------- Implementation -------------------------- */
791

Callers 4

GetDTRMethod · 0.80
GetRTSMethod · 0.80
GetCTSMethod · 0.80
GetDSRMethod · 0.80

Calls 3

NotOpenClass · 0.85
call_with_retryFunction · 0.85
IsOpenMethod · 0.45

Tested by

no test coverage detected