DataStatBandwidth.setDataStatSize Method¶
Module: DataStatBandwidth
Definition¶
Initializes the internal storage with a specified size for data computation, defining the capacity for data tracking.
int id3DevicesDataStatBandwidth_SetDataStatSize (
ID3_DEVICES_DATA_STAT_BANDWIDTH hDataStatBandwidth,
int dataStatSize)
Parameters
hDataStatBandwidth
ID3_DEVICES_DATA_STAT_BANDWIDTHin Handle to the DataStatBandwidth object.dataStatSize
intin Specifies the size of the data statistics buffer in bytes.
Returns