ConfigAPi Sample GetDevicesUsingStorage

Hi,

Config API sample GetDevicesUsingStorage does not return the devices using the storage; we get an empty list, but the call succeeds.

Using the latest SDK 2023 R3

When we debug, we see the underlying wrapper has configitem(devices using storage)

ClassCollectionServerTask task = PrimStorage.GetDevicesUsingStorage();

task.SupportedChildItemType → shows all supported devices

task.ChildItemClassCollection → this is empty

Thanks,

Vikas

Milestone Development will start an investigation.

The result is in the ClassCollection property, not the ChildItemClassCollection.

There is a bug in Config API Client sample causing it not to show the result correctly. We will fix this for the next release.