DeviceInfoList.count Property¶
Module: DeviceInfoList
Type: int
Definition¶
Gets the number of elements contained in the list
int get count => getCount();
Exceptions
An error has occurred during Devices Library execution.
public int count
{
get => Getcount();
}
Exceptions
An error has occurred during Devices Library execution.
public int getCount() throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesDeviceInfoList_GetCount (ID3_DEVICES_DEVICE_INFO_LIST hDeviceInfoList, int * count)
Returns