CDEVHIO::FlushSio Member Function

Syntax

#include <kmc/hio/CDevHIO.h>

int FlushSio(
     int ch
);

Arguments

Name Description
in ch Channel number to wait for (from 0 to DEVHIO_COMM_MAX_CHANNEL-1).

Return Values

Description

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.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL