Speedify SDK for Android  14.7.0
Public Member Functions | Public Attributes | List of all members
com.speedify.speedifysdk.Types.AdapterData Class Reference

Detailed Description

Information about a network adapter.

Since
5.8

Public Member Functions

 AdapterData ()
 

Public Attributes

String adapterID
 Unique ID of the adapter. More...
 
ConnectionState state
 State of the connection over this adapter. More...
 
NetworkType type
 Type of the adapter. More...
 
ConnectionPriority priority
 Priority of connections over this adapter. More...
 
String connectedNetworkName
 Name of the connected network (Cellular only) More...
 
long rateLimit
 Speed limit, in bits per second. More...
 
AdapterUsageData dataUsage
 Data usage and limit information for this adapter. More...
 
ConnectionPriority workingPriority
 Effective priority of connections over this adapter. More...
 
String isp
 Internet Service Provider, if available. More...
 

Constructor & Destructor Documentation

◆ AdapterData()

com.speedify.speedifysdk.Types.AdapterData.AdapterData ( )
Since
5.8

Member Data Documentation

◆ adapterID

String com.speedify.speedifysdk.Types.AdapterData.adapterID

Unique ID of the adapter.

Since
5.8

◆ connectedNetworkName

String com.speedify.speedifysdk.Types.AdapterData.connectedNetworkName

Name of the connected network (Cellular only)

Since
5.8

◆ dataUsage

AdapterUsageData com.speedify.speedifysdk.Types.AdapterData.dataUsage

Data usage and limit information for this adapter.

Since
5.8

◆ isp

String com.speedify.speedifysdk.Types.AdapterData.isp

Internet Service Provider, if available.

Since
12.4

◆ priority

ConnectionPriority com.speedify.speedifysdk.Types.AdapterData.priority

Priority of connections over this adapter.

Since
5.8

◆ rateLimit

long com.speedify.speedifysdk.Types.AdapterData.rateLimit

Speed limit, in bits per second.

Or zero if unlimited.

Since
5.8

◆ state

ConnectionState com.speedify.speedifysdk.Types.AdapterData.state

State of the connection over this adapter.

Since
5.8

◆ type

NetworkType com.speedify.speedifysdk.Types.AdapterData.type

Type of the adapter.

Since
5.8

◆ workingPriority

ConnectionPriority com.speedify.speedifysdk.Types.AdapterData.workingPriority

Effective priority of connections over this adapter.

Since
12.4

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