DEVHIO_sio_close Function#include <kmc/hio/devhio_sio.h>
int DEVHIO_sio_close(
int ch
);
| Name | Description | |
|---|---|---|
| ch | Channel number (from 0 to DEVHIO_SIO_MAX_CHANNEL-1). |
Closes a serial communication channel.
Note:If DEVHIO_sio_close is called without first calling DEVHIO_sio_disconnect, the library calls DEVHIO_sio_disconnect.
CONFIDENTIAL