Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ readBytes
Method
readBytes
lib/usb/serial.cc:243–248 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
241
}
242
243
Bytes SerialPort::readBytes(size_t len)
244
{
245
Bytes b(len);
246
this->read(b);
247
return b;
248
}
249
250
uint8_t SerialPort::readByte()
251
{
Callers
5
testBulkRead
Method · 0.45
read
Method · 0.45
getVersion
Method · 0.45
testBulkWrite
Method · 0.45
testBulkRead
Method · 0.45
Calls
1
read
Method · 0.95
Tested by
no test coverage detected