CDEVHIO::ConnectSio Member Function

Syntax

#include <kmc/hio/CDevHIO.h>

int ConnectSio(
     int ch
);

Arguments

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

Return Values

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

Description

Starts a connection for serial communication and waits until the target device calls wait.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL