DEVHIO_host_connect Function

Syntax

#include <kmc/hio/devhio_host.h>

int DEVHIO_host_connect(
     unsigned long id
);

Arguments

Name Description
in id Device ID.

Return Values

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

Description

Starts a Host IO connection with a device.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL