Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetDTR
Method · 0.80
GetRTS
Method · 0.80
GetCTS
Method · 0.80
GetDSR
Method · 0.80
Calls
3
NotOpen
Class · 0.85
call_with_retry
Function · 0.85
IsOpen
Method · 0.45
Tested by
no test coverage detected