Speedify SDK for Desktop  14.7.0
Data Fields
SpeedifySDK_AdapterUsageData Struct Reference

Detailed Description

Information about the data usage and limits of a network adapter.

Since
7.5

#include <types.h>

Data Fields

int64_t usageMonthly
 Bytes used over this adapter in current month period. More...
 
int64_t usageDaily
 Bytes used over this adapter today. More...
 
int64_t usageMonthlyLimit
 Bytes allowed over this adapter in current month period. 0 for unlimited. More...
 
int64_t usageMonthlyResetDay
 Day of the month to reset monthly usage on. 0 for last 30 days. More...
 
int64_t usageDailyLimit
 Bytes allowed over this adapter in a single day. 0 for unlimited. More...
 
int64_t usageDailyBoost
 Extra Bytes allowed over this adapter today. This value resets to 0 every day. More...
 
int64_t overlimitRatelimit
 Rate limit used when this adapter hits a daily or monthly limit. If 0, this adapter is no longer used. More...
 

Field Documentation

◆ overlimitRatelimit

int64_t SpeedifySDK_AdapterUsageData::overlimitRatelimit

Rate limit used when this adapter hits a daily or monthly limit. If 0, this adapter is no longer used.

Since
7.5

◆ usageDaily

int64_t SpeedifySDK_AdapterUsageData::usageDaily

Bytes used over this adapter today.

Since
7.5

◆ usageDailyBoost

int64_t SpeedifySDK_AdapterUsageData::usageDailyBoost

Extra Bytes allowed over this adapter today. This value resets to 0 every day.

Since
7.5

◆ usageDailyLimit

int64_t SpeedifySDK_AdapterUsageData::usageDailyLimit

Bytes allowed over this adapter in a single day. 0 for unlimited.

Since
7.5

◆ usageMonthly

int64_t SpeedifySDK_AdapterUsageData::usageMonthly

Bytes used over this adapter in current month period.

Since
7.5

◆ usageMonthlyLimit

int64_t SpeedifySDK_AdapterUsageData::usageMonthlyLimit

Bytes allowed over this adapter in current month period. 0 for unlimited.

Since
7.5

◆ usageMonthlyResetDay

int64_t SpeedifySDK_AdapterUsageData::usageMonthlyResetDay

Day of the month to reset monthly usage on. 0 for last 30 days.

Since
7.5

The documentation for this struct was generated from the following file: