Speedify SDK for Desktop  14.7.0
Data Fields
SpeedifySDK_AdapterData Struct Reference

Detailed Description

Information about a network adapter.

Since
7.5

#include <types.h>

Data Fields

char adapterID [SPEEDIFYSDK_MAX_ADAPTER_NAME]
 Unique ID of the adapter. More...
 
char name [SPEEDIFYSDK_MAX_ADAPTER_NAME]
 Common name of the adapter. More...
 
char description [SPEEDIFYSDK_MAX_ADAPTER_NAME]
 Descriptive name of the adapter. More...
 
SpeedifySDK_ConnectionState state
 State of the connection over this adapter. More...
 
SpeedifySDK_NetworkType type
 Type of the adapter. More...
 
SpeedifySDK_ConnectionPriority priority
 Priority of connections over this adapter. More...
 
char connectedNetworkName [SPEEDIFYSDK_MAX_ADAPTER_NAME]
 Name of the connected network (Wi-Fi and Cellular only) More...
 
char connectedNetworkBSSID [SPEEDIFYSDK_MAX_ADAPTER_NAME]
 BSSID of the connected network (Wi-Fi only) More...
 
int64_t rateLimit
 Speed limit, in bits per second. Or zero if unlimited. More...
 
SpeedifySDK_AdapterUsageData dataUsage
 Data usage and limit information for this adapter. More...
 
SpeedifySDK_ConnectionPriority workingPriority
 Effective priority of connections over this adapter. More...
 
char isp [SPEEDIFYSDK_MAX_ADAPTER_NAME]
 Internet Service Provider, if available. More...
 

Field Documentation

◆ adapterID

char SpeedifySDK_AdapterData::adapterID[SPEEDIFYSDK_MAX_ADAPTER_NAME]

Unique ID of the adapter.

Since
7.5

◆ connectedNetworkBSSID

char SpeedifySDK_AdapterData::connectedNetworkBSSID[SPEEDIFYSDK_MAX_ADAPTER_NAME]

BSSID of the connected network (Wi-Fi only)

Since
7.5

◆ connectedNetworkName

char SpeedifySDK_AdapterData::connectedNetworkName[SPEEDIFYSDK_MAX_ADAPTER_NAME]

Name of the connected network (Wi-Fi and Cellular only)

Since
7.5

◆ dataUsage

SpeedifySDK_AdapterUsageData SpeedifySDK_AdapterData::dataUsage

Data usage and limit information for this adapter.

Since
7.5

◆ description

char SpeedifySDK_AdapterData::description[SPEEDIFYSDK_MAX_ADAPTER_NAME]

Descriptive name of the adapter.

Since
7.5

◆ isp

char SpeedifySDK_AdapterData::isp[SPEEDIFYSDK_MAX_ADAPTER_NAME]

Internet Service Provider, if available.

Since
12.4

◆ name

char SpeedifySDK_AdapterData::name[SPEEDIFYSDK_MAX_ADAPTER_NAME]

Common name of the adapter.

Since
7.5

◆ priority

SpeedifySDK_ConnectionPriority SpeedifySDK_AdapterData::priority

Priority of connections over this adapter.

Since
7.5

◆ rateLimit

int64_t SpeedifySDK_AdapterData::rateLimit

Speed limit, in bits per second. Or zero if unlimited.

Since
7.5

◆ state

SpeedifySDK_ConnectionState SpeedifySDK_AdapterData::state

State of the connection over this adapter.

Since
7.5

◆ type

SpeedifySDK_NetworkType SpeedifySDK_AdapterData::type

Type of the adapter.

Since
7.5

◆ workingPriority

SpeedifySDK_ConnectionPriority SpeedifySDK_AdapterData::workingPriority

Effective priority of connections over this adapter.

Since
12.4

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