#include <sys/device.h>
Go to the source code of this file.
Data Structures | |
struct | _IFSTREAM |
Stream interface information structure. More... | |
Typedefs | |
typedef _IFSTREAM | IFSTREAM |
Stream interface type. | |
Functions | |
int | NutIfStreamRead (NUTDEVICE *dev, char *data, int size) |
Read from a stream device. | |
int | NutIfStreamReadTran (NUTDEVICE *dev, char *data, int size) |
Read from a stream device translating non printables. | |
int | NutIfStreamGetLine (NUTDEVICE *dev, char *data, int size) |
Get a line from a stream device. | |
int | NutIfStreamWrite (NUTDEVICE *dev, CONST char *data, int len) |
Write to a stream device. | |
int | NutIfStreamWriteTran (NUTDEVICE *dev, CONST char *data) |
Translate and write a string to a stream device. | |
int | NutIfStreamWrite_P (NUTDEVICE *dev, PGM_P data, int len) |
Write program space data to a stream device. | |
int | NutIfStreamFlush (NUTDEVICE *dev) |
Flush stream device buffer. |