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

Method Write

src/SerialPort.cpp:741–745  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

739 }
740
741 void
742 SerialPort::Write(const DataBuffer& dataBuffer)
743 {
744 mImpl->Write(dataBuffer) ;
745 }
746
747 void
748 SerialPort::Write(const std::string& dataString)

Calls 3

NotOpenClass · 0.85
call_with_retryFunction · 0.85
IsOpenMethod · 0.45