|
uint8_t | _timeType |
|
boolean | _framesDiscarded |
|
uint8_t | b_write (const uint8_t b) |
|
uint8_t | b_write (const uint8_t *b, uint8_t length) |
|
int | b_read () |
|
int | b_read (uint8_t *dest, int length) |
|
uint8_t | b_seek (unsigned long pos) |
|
unsigned long | _max_length |
|
RTC * | _rtc |
|
unsigned long | _read_pos |
|
unsigned long | _write_pos |
|
unsigned long | _pos |
|
unsigned long | _end |
|
◆ BayEOSBufferRAM() [1/3]
BayEOSBufferRAM::BayEOSBufferRAM |
( |
void |
| ) |
|
◆ BayEOSBufferRAM() [2/3]
BayEOSBufferRAM::BayEOSBufferRAM |
( |
uint16_t |
max_length, |
|
|
uint16_t |
min_free = 100 |
|
) |
| |
Constructor using dynamic memory allocation Note: setting min_free to 0 may result in problems with strings
◆ BayEOSBufferRAM() [3/3]
BayEOSBufferRAM::BayEOSBufferRAM |
( |
uint8_t * |
buffer, |
|
|
unsigned long |
max_length |
|
) |
| |
Constructor using a allocated buffer
The documentation for this class was generated from the following files:
- BayEOS-Arduino/libraries/BayEOSBuffer/BayEOSBufferRAM.h
- BayEOS-Arduino/libraries/BayEOSBuffer/BayEOSBufferRAM.cpp