DEVHIO_sio_close Function

Syntax

#include <kmc/hio/devhio_sio.h>

int DEVHIO_sio_close(
     int ch
);

Arguments

Name Description
ch Channel number (from 0 to DEVHIO_SIO_MAX_CHANNEL-1).

Return Values

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

Description

Closes a serial communication channel.

Note:If DEVHIO_sio_close is called without first calling DEVHIO_sio_disconnect, the library calls DEVHIO_sio_disconnect.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL