Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crayzeewulf/libserial
/ GetFileDescriptor
Method
GetFileDescriptor
src/SerialPort.cpp:677–681 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
675
}
676
677
int
678
SerialPort::GetFileDescriptor() const
679
{
680
return mImpl->GetFileDescriptor() ;
681
}
682
683
int
684
SerialPort::GetNumberOfBytesAvailable()
Callers
2
testSerialStreamGetFileDescriptor
Method · 0.45
testSerialPortGetFileDescriptor
Method · 0.45
Calls
2
NotOpen
Class · 0.85
IsOpen
Method · 0.45
Tested by
2
testSerialStreamGetFileDescriptor
Method · 0.36
testSerialPortGetFileDescriptor
Method · 0.36