MCPcopy Create free account
hub / github.com/bdring/FluidNC / writeUTF8

Method writeUTF8

FluidNC/src/Channel.cpp:374–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374void Channel::writeUTF8(uint32_t code) {
375 auto v = _utf8.encode(code);
376 for (auto const& b : v) {
377 write(b);
378 }
379}

Callers 2

writeMethod · 0.80
setDutyMethod · 0.80

Calls 1

encodeMethod · 0.80

Tested by

no test coverage detected