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

in Handle to the DataStatBandwidth object.

dataStatSize int
in Specifies the size of the data statistics buffer in bytes.

Returns

int
An error code.
See id3DevicesError file for the list of possible error codes.