DEVHIO_host_find Function

Syntax

#include <kmc/hio/devhio_host.h>

int DEVHIO_host_find(
     unsigned long * ids,
     int size
);

Arguments

Name Description
in ids Buffer where the device IDs are stored.
in size Buffer size (number of IDs that can be stored).

Return Values

Number of device IDs that can be connected to.

Description

Searches for connectable devices.

If the buffer size is 0, it searches for devices. If only one device is found, that device's ID is displayed in the UI. If multiple devices are found, a list of candidates is displayed in the UI.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL