![]() |
Speedify SDK for Android
15.3.0
|
Information about a network adapter.
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... | |
com.speedify.speedifysdk.Types.AdapterData.AdapterData | ( | ) |
String com.speedify.speedifysdk.Types.AdapterData.adapterID |
Unique ID of the adapter.
String com.speedify.speedifysdk.Types.AdapterData.connectedNetworkName |
Name of the connected network (Cellular only)
AdapterUsageData com.speedify.speedifysdk.Types.AdapterData.dataUsage |
Data usage and limit information for this adapter.
String com.speedify.speedifysdk.Types.AdapterData.isp |
Internet Service Provider, if available.
ConnectionPriority com.speedify.speedifysdk.Types.AdapterData.priority |
Priority of connections over this adapter.
long com.speedify.speedifysdk.Types.AdapterData.rateLimit |
Speed limit, in bits per second.
Or zero if unlimited.
ConnectionState com.speedify.speedifysdk.Types.AdapterData.state |
State of the connection over this adapter.
NetworkType com.speedify.speedifysdk.Types.AdapterData.type |
Type of the adapter.
ConnectionPriority com.speedify.speedifysdk.Types.AdapterData.workingPriority |
Effective priority of connections over this adapter.