Sequential data streams interface. oop_base_interface.xml oop_base_interface.h Returned code for operation successful. It is an alias of @p MSG_OK. Returned code for operation timeout. It is an alias of @p MSG_TIMEOUT. Returned code for stream reset or End-of-File. It is an alias of @p MSG_RESET. Sequential data streams interface.

Sequential Stream write.
This function writes data from a buffer to a stream.
Pointer to the data buffer. The maximum amount of data to be transferred.
Sequential Stream read.
This function reads data from a stream into a buffer.
Pointer to the data buffer. The maximum amount of data to be transferred.
Sequential Stream blocking byte write.
The byte value to be written to the stream. The operation status. If the byte has been written. If an end-of-file condition has been met.
Sequential Stream blocking byte read.
A byte value from the stream. If an end-of-file condition has been met.
Pushes back a byte into the stream.
The byte value to be pushed back to the stream. The operation status. If the byte has been pushed back. If there is no push-back capacity left.
For compatibility with legacy @p BaseSequentialStream.