MCPcopy Create free account
hub / github.com/SmingHub/Sming / parseInt

Method parseInt

Sming/Wiring/Stream.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101long Stream::parseInt()
102{
103 return parseInt(NO_SKIP_CHAR); // terminate on first non-digit character (or timeout)
104}
105
106// as above but a given skipChar is ignored
107// this allows format characters (typically commas) in values to be ignored

Callers

nothing calls this directly

Calls 1

readFunction · 0.85

Tested by

no test coverage detected