#include <MIDI_Parsers/StreamPuller.hpp>
Helper that pulls bytes out of an Arduino stream.
Definition at line 13 of file StreamPuller.hpp.
Public Member Functions | |
StreamPuller (Stream &stream) | |
bool | pull (uint8_t &c) |
Pull a byte out of the stream. More... | |
Public Attributes | |
Stream & | stream |
|
inline |
Definition at line 15 of file StreamPuller.hpp.
|
inline |
Pull a byte out of the stream.
[out] | c | A new character from the stream (if available). |
Definition at line 21 of file StreamPuller.hpp.
Stream& stream |
Definition at line 28 of file StreamPuller.hpp.