DeviceParameterList.getCount Method¶
Module: DeviceParameterList
Definition¶
Gets the number of elements in the DeviceParameterList object.
get_count(self) -> int
Returns
intNumber of elements in the DeviceParameter object.
Exceptions
An error has occurred during Devices Library execution.
int getCount()
Returns
intNumber of elements in the DeviceParameter object.
Exceptions
An error has occurred during Devices Library execution.
public int GetCount()
Returns
intNumber of elements in the DeviceParameter object.
Exceptions
An error has occurred during Devices Library execution.
public int getCount() throws DevicesException
Returns
intNumber of elements in the DeviceParameter object.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesDeviceParameterList_GetCount (
    ID3_DEVICES_DEVICE_PARAMETER_LIST hDeviceParameterList,
    int * count)
Parameters
hDeviceParameterListID3_DEVICES_DEVICE_PARAMETER_LISTin Handle to the DeviceParameterList object.countint *out Number of elements in the DeviceParameter object.
Returns