Performs a flush of a pipe.
a0tError a0Flush( | | | |
| a0tPipe | *pipe );
| |
Name | rd/wr | Description |
pipe | read | Pipe to flush. |
This function performs a blocking flush of the pipe. It waits that all pending requests posted before it be performed. If the pipe is A0OutputPipe, the buffer is sent even if it's not yet full.
Error Code | Description |
A0Err...Some error occurred. | |
A0ErrOkSuccessful completion. | |
a0IFPut() a0IFGet() a0IFPut() a0IFGet() a0NewPipe() a0DisposePipe()