DEVHIO_host_find Function#include <kmc/hio/devhio_host.h>
int DEVHIO_host_find(
unsigned long * ids,
int size
);
| Name | Description | |
|---|---|---|
| in | ids | Buffer where the device IDs are stored. |
| in | size | Buffer size (number of IDs that can be stored). |
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.
CONFIDENTIAL