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

Method IsDataAvailable

src/SerialPort.cpp:539–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537 }
538
539 bool
540 SerialPort::IsDataAvailable()
541 {
542 return mImpl->IsDataAvailable() ;
543 }
544
545 bool
546 SerialPort::IsOpen() const

Calls 3

NotOpenClass · 0.85
call_with_retryFunction · 0.85
IsOpenMethod · 0.45