Speedify SDK for Desktop/Embedded
15.0.1
|
Information about the data usage and limits of a network adapter.
#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... | |
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.
int64_t SpeedifySDK_AdapterUsageData::usageDaily |
Bytes used over this adapter today.
int64_t SpeedifySDK_AdapterUsageData::usageDailyBoost |
Extra Bytes allowed over this adapter today. This value resets to 0 every day.
int64_t SpeedifySDK_AdapterUsageData::usageDailyLimit |
Bytes allowed over this adapter in a single day. 0 for unlimited.
int64_t SpeedifySDK_AdapterUsageData::usageMonthly |
Bytes used over this adapter in current month period.
int64_t SpeedifySDK_AdapterUsageData::usageMonthlyLimit |
Bytes allowed over this adapter in current month period. 0 for unlimited.
int64_t SpeedifySDK_AdapterUsageData::usageMonthlyResetDay |
Day of the month to reset monthly usage on. 0 for last 30 days.