MCPcopy Create free account
hub / github.com/crayzeewulf/libserial / ReadLine

Method ReadLine

src/SerialPort.cpp:731–739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

729 }
730
731 void
732 SerialPort::ReadLine(std::string& dataString,
733 const char lineTerminator,
734 const size_t msTimeout)
735 {
736 mImpl->ReadLine(dataString,
737 lineTerminator,
738 msTimeout) ;
739 }
740
741 void
742 SerialPort::Write(const DataBuffer& dataBuffer)

Callers 5

serialPort1ThreadLoopMethod · 0.80
serialPort2ThreadLoopMethod · 0.80
mainFunction · 0.80

Calls 4

NotOpenClass · 0.85
ReadTimeoutClass · 0.85
ReadByteMethod · 0.80
IsOpenMethod · 0.45