Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crayzeewulf/libserial
/ IsOpen
Method
IsOpen
src/SerialPort.cpp:545–549 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
543
}
544
545
bool
546
SerialPort::IsOpen() const
547
{
548
return mImpl->IsOpen() ;
549
}
550
551
void
552
SerialPort::SetDefaultSerialPortParameters()
Callers
15
testSerialStreamConstructors
Method · 0.45
testSerialStreamOpenClose
Method · 0.45
testSerialStreamDrainWriteBuffer
Method · 0.45
testSerialStreamFlushInputBuffer
Method · 0.45
testSerialStreamFlushOutputBuffer
Method · 0.45
testSerialStreamFlushIOBuffers
Method · 0.45
testSerialStreamIsDataAvailableTest
Method · 0.45
testSerialStreamIsOpenTest
Method · 0.45
testSerialStreamSetGetBaudRate
Method · 0.45
testSerialStreamSetGetCharacterSize
Method · 0.45
testSerialStreamSetGetFlowControl
Method · 0.45
testSerialStreamSetGetParity
Method · 0.45
Calls
no outgoing calls
Tested by
15
testSerialStreamConstructors
Method · 0.36
testSerialStreamOpenClose
Method · 0.36
testSerialStreamDrainWriteBuffer
Method · 0.36
testSerialStreamFlushInputBuffer
Method · 0.36
testSerialStreamFlushOutputBuffer
Method · 0.36
testSerialStreamFlushIOBuffers
Method · 0.36
testSerialStreamIsDataAvailableTest
Method · 0.36
testSerialStreamIsOpenTest
Method · 0.36
testSerialStreamSetGetBaudRate
Method · 0.36
testSerialStreamSetGetCharacterSize
Method · 0.36
testSerialStreamSetGetFlowControl
Method · 0.36
testSerialStreamSetGetParity
Method · 0.36