CDEVHIO::FlushSio Member Function#include <kmc/hio/CDevHIO.h>
int FlushSio(
int ch
);
| Name | Description | |
|---|---|---|
| in | ch | Channel number to wait for (from 0 to DEVHIO_COMM_MAX_CHANNEL-1). |
Waits until all outgoing data has been sent during serial communication.
Note:Although this function waits until the send buffer is empty, it does not wait until the receive buffer on the PC is empty.
CONFIDENTIAL