MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / bytesWritten

Method bytesWritten

libraries/XMLWriter/XMLWriter.h:154–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 // metrics
153 uint8_t bufferIndex() { return _bufferIndex; };
154 uint32_t bytesWritten() { return _bytesOut; };
155
156
157private:

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64