DeviceChannelList.resize Method¶
Module: DeviceChannelList
Definition¶
DeviceChannelList object.
resize(self, new_size: int) -> None
Parameters
new_size
intin DeviceChannel object.
Exceptions
An error has occurred during Devices Library execution.
void resize(int newSize)
Parameters
newSize
intin DeviceChannel object.
Exceptions
An error has occurred during Devices Library execution.
public void Resize(int newSize)
Parameters
newSize
intin DeviceChannel object.
Exceptions
An error has occurred during Devices Library execution.
public void resize(int newSize) throws DevicesException
Parameters
newSize
intin DeviceChannel object.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesDeviceChannelList_Resize (
ID3_DEVICES_DEVICE_CHANNEL_LIST hDeviceChannelList,
int newSize)
Parameters
hDeviceChannelList
ID3_DEVICES_DEVICE_CHANNEL_LISTin Handle to the DeviceChannelList object.newSize
intin DeviceChannel object.
Returns