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

Method SetCharacterSize

src/SerialStreamBuf.cpp:480–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478 }
479
480 void
481 SerialStreamBuf::SetCharacterSize(const CharacterSize& characterSize)
482 {
483 mImpl->SetCharacterSize(characterSize) ;
484 }
485
486 CharacterSize
487 SerialStreamBuf::GetCharacterSize() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected