PUCLIB 1.6.2.0
PHOTRON USB Control Library
Loading...
Searching...
No Matches
PUC_DETECT_INFO Struct Reference

Structure for storing device search results. More...

#include <PUCLIB.h>

Data Fields

UINT32 nDeviceCount
 Number of detected devices.
UINT32 nDeviceNoList [PUC_MAX_DEVICE]
 List of device IDs found.

Detailed Description

Structure for storing device search results.

Definition at line 29 of file PUCLIB.h.

Field Documentation

◆ nDeviceCount

UINT32 nDeviceCount

Number of detected devices.

Definition at line 33 of file PUCLIB.h.

◆ nDeviceNoList

UINT32 nDeviceNoList[PUC_MAX_DEVICE]

List of device IDs found.

Definition at line 36 of file PUCLIB.h.