DataStatBandwidth.decKeepAlive Method¶
Module: DataStatBandwidth
Definition¶
Decrements the keep-alive counter and determines if the connection or data stream should remain active based on the counter’s value.
int id3DevicesDataStatBandwidth_DecKeepAlive (
ID3_DEVICES_DATA_STAT_BANDWIDTH hDataStatBandwidth,
bool * result)
Parameters
hDataStatBandwidth
ID3_DEVICES_DATA_STAT_BANDWIDTHin Handle to the DataStatBandwidth object.result
bool *out Returns true if the keep-alive counter has reached zero or is negative, indicating that the connection or data stream can be considered inactive or closed.
Returns