DataStatBandwidth.getBps Method¶
Module: DataStatBandwidth
Definition¶
Computes and returns the current data processing rate in terms of blocks per second, providing insight into data throughput efficiency.
int id3DevicesDataStatBandwidth_GetBps (
ID3_DEVICES_DATA_STAT_BANDWIDTH hDataStatBandwidth,
float * result)
Parameters
hDataStatBandwidth
ID3_DEVICES_DATA_STAT_BANDWIDTHin Handle to the DataStatBandwidth object.result
float *out The current rate of data processing in blocks per second.
Returns