Imaging Control 4 C Library 1.0.0
Loading...
Searching...
No Matches
IC4_DEVICE_ENUM Struct Reference

Device enumerator type. More...

Detailed Description

Device enumerator type.

Call ic4_devenum_create() to create a device enumerator object.

This type is reference-counted. Call ic4_devenum_ref() to increase the internal reference count, or ic4_devenum_unref() to decrease it. If the reference count reaches zero, the object is destroyed.

After ic4_devenum_update_device_list() has been called, ic4_devenum_get_device_count() returns the number of detected devices.

Use ic4_devenum_get_devinfo() to get a IC4_DEVICE_INFO object providing information about one of the devices.

See also
ic4_devenum_create