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

Method reset

libraries/XMLWriter/XMLWriter.cpp:27–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26
27void XMLWriter::reset()
28{
29 _indent = 0;
30 _indentStep = 2;
31 _tagIndex = 0;
32 _bufferIndex = 0;
33 _config = XMLWRITER_COMMENT | XMLWRITER_INDENT | XMLWRITER_NEWLINE;
34 _bytesOut = 0;
35}
36
37
38void XMLWriter::setConfig(uint8_t config)

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36