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

Method GetNumberOfBytesAvailable

src/SerialPort.cpp:683–687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

681 }
682
683 int
684 SerialPort::GetNumberOfBytesAvailable()
685 {
686 return mImpl->GetNumberOfBytesAvailable() ;
687 }
688
689 std::vector<std::string>
690 SerialPort::GetAvailableSerialPorts() const

Calls 3

NotOpenClass · 0.85
call_with_retryFunction · 0.85
IsOpenMethod · 0.45