CDEVHIO::DisconnectSio Member Function

Syntax

#include <kmc/hio/CDevHIO.h>

int DisconnectSio(
     int ch
);

Arguments

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

Return Values

Negative value: Error.
Zero or greater: Exited normally.

Description

Disconnects from a serial communication session.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL