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

Method GetCharacterSize

src/SerialPort.cpp:575–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573 }
574
575 CharacterSize
576 SerialPort::GetCharacterSize() const
577 {
578 return mImpl->GetCharacterSize() ;
579 }
580
581 void
582 SerialPort::SetFlowControl(const FlowControl& flowControlType)

Calls 3

NotOpenClass · 0.85
CharacterSizeEnum · 0.85
IsOpenMethod · 0.45