MCPcopy 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
243Bytes SerialPort::readBytes(size_t len)
244{
245 Bytes b(len);
246 this->read(b);
247 return b;
248}
249
250uint8_t SerialPort::readByte()
251{

Callers 5

testBulkReadMethod · 0.45
readMethod · 0.45
getVersionMethod · 0.45
testBulkWriteMethod · 0.45
testBulkReadMethod · 0.45

Calls 1

readMethod · 0.95

Tested by

no test coverage detected