Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crayzeewulf/libserial
/ ReadByte
Method
ReadByte
src/SerialPort.cpp:715–721 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
713
}
714
715
void
716
SerialPort::ReadByte(char& charBuffer,
717
const size_t msTimeout)
718
{
719
mImpl->ReadByte(charBuffer,
720
msTimeout) ;
721
}
722
723
void
724
SerialPort::ReadByte(unsigned char& charBuffer,
Callers
9
main
Function · 0.95
testSerialPortIsDataAvailableTest
Method · 0.80
testSerialPortGetNumberOfBytesAvailable
Method · 0.80
testSerialPortReadByteWriteByte
Method · 0.80
ReadLine
Method · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
Calls
4
NotOpen
Class · 0.85
call_with_retry
Function · 0.85
ReadTimeout
Class · 0.85
IsOpen
Method · 0.45
Tested by
4
main
Function · 0.76
testSerialPortIsDataAvailableTest
Method · 0.64
testSerialPortGetNumberOfBytesAvailable
Method · 0.64
testSerialPortReadByteWriteByte
Method · 0.64