Struct SandwichIO
A generic I/O interface.
#include <io.h>
Public Attributes
Type | Name |
---|---|
SandwichIOFlushFunctionPtr | flush The flush function. |
SandwichIOReadFunctionPtr | read The read function. |
void * | uarg Opaque argument to forward to read, write and flush. |
SandwichIOWriteFunctionPtr | write The write function. |
Public Attributes Documentation
variable flush
The flush function.
NULL
is a valid value for flush.
variable read
variable uarg
variable write
The documentation for this class was generated from the following file docs/sandwich_c/io.h