[][src]Function aravis::get_device_list

pub unsafe fn get_device_list() -> Vec<DeviceInfo>

Enumerate all available GenICam devices without mutual exclusion.

Safety

This function is unsafe because it accesses global state of the Aravis library, without guarantee that this thread is the only one accessing it.

See Aravis::get_device_list for a safe alternative.