MCPcopy 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

mainFunction · 0.95
ReadLineMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 4

NotOpenClass · 0.85
call_with_retryFunction · 0.85
ReadTimeoutClass · 0.85
IsOpenMethod · 0.45