Closed
Description
Is it a typo? The first one should be private according to the comments.
class Stream : public Print
{
protected:
unsigned long _timeout; // number of milliseconds to wait......
unsigned long _startMillis; // used for timeout measurement
int timedRead(); // private method to read stream with timeout
int timedPeek(); // private method to peek stream with timeout
public:
....
...
protected:
long parseInt(char skipChar); // as above but the given skipChar is ignored
// as above but the given skipChar is ignored
// this allows format characters (typically commas) in values to be ignored
float parseFloat(char skipChar); // as above but the given skipChar is ignored
Metadata
Metadata
Assignees
Labels
No labels