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

Method IsOpen

src/SerialPort.cpp:545–549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543 }
544
545 bool
546 SerialPort::IsOpen() const
547 {
548 return mImpl->IsOpen() ;
549 }
550
551 void
552 SerialPort::SetDefaultSerialPortParameters()

Calls

no outgoing calls