Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crayzeewulf/libserial
/ SetFlowControl
Method
SetFlowControl
src/SerialPort.cpp:581–585 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
579
}
580
581
void
582
SerialPort::SetFlowControl(const FlowControl& flowControlType)
583
{
584
mImpl->SetFlowControl(flowControlType) ;
585
}
586
587
FlowControl
588
SerialPort::GetFlowControl() const
Callers
15
testSerialStreamSetGetFlowControl
Method · 0.45
testSerialStreamSetGetDTR
Method · 0.45
testSerialStreamSetGetRTS
Method · 0.45
testSerialStreamSetRTSGetCTS
Method · 0.45
testSerialStreamSetDTRGetDSR
Method · 0.45
testSerialPortSetGetFlowControl
Method · 0.45
testSerialPortSetGetDTR
Method · 0.45
testSerialPortSetGetRTS
Method · 0.45
testSerialPortSetRTSGetCTS
Method · 0.45
testSerialPortSetDTRGetDSR
Method · 0.45
testMultiThreadSerialStreamReadWrite
Method · 0.45
testMultiThreadSerialPortReadWrite
Method · 0.45
Calls
3
NotOpen
Class · 0.85
OpenFailed
Class · 0.85
IsOpen
Method · 0.45
Tested by
12
testSerialStreamSetGetFlowControl
Method · 0.36
testSerialStreamSetGetDTR
Method · 0.36
testSerialStreamSetGetRTS
Method · 0.36
testSerialStreamSetRTSGetCTS
Method · 0.36
testSerialStreamSetDTRGetDSR
Method · 0.36
testSerialPortSetGetFlowControl
Method · 0.36
testSerialPortSetGetDTR
Method · 0.36
testSerialPortSetGetRTS
Method · 0.36
testSerialPortSetRTSGetCTS
Method · 0.36
testSerialPortSetDTRGetDSR
Method · 0.36
testMultiThreadSerialStreamReadWrite
Method · 0.36
testMultiThreadSerialPortReadWrite
Method · 0.36