User`s guide

Specifying Device and Format Information
3-11
Suggested Algorithm for getAvailHW() Function
Storing Device Information
You store device information in an IDeviceInfo object. To create this object, use
the createDeviceInfo() member function of the IHardwareInfo object, as in the
following example:
imaqkit::IDeviceInfo* deviceInfo =
hardwareInfo->createDeviceInfo(1,"MyDevice");
As arguments to createDeviceInfo(), you specify:
Name you want to assign to the device
ID you want to assign to the device