public class

DongleInfo

extends Object
implements Parcelable
java.lang.Object
   ↳ com.htc.service.DongleInfo

Class Overview

Dongle Information

Summary

Constants
int STATE_CONFIGURED
int STATE_PAIRED
int STATE_UNCONFIGURED
int STATE_UNKNOWN
int STATE_WPS
[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final Creator<DongleInfo> CREATOR
public String bssid Indicate the MAC address of dongle AP interface
public long capabilities Indicate the dongle capabilities
public String currentAph Indicate the MAC address of the AP_H that dongle is connecting to
public static final String[] getStateName
public String inetAddress Indicate the connected dongle ip address
public boolean isConnectable Indicate if the dongle is connectable and ready to use mirror display
public boolean isDiscoveredByWivu Indicate if the dongle is discovered from Wivu list, true means in the same network
public String name Dongle device name
public String pairedApm Indicate the MAC address of the AP_M that dongle is paired to
public String ssid Dongle SSID
public String staBssid Indicate the MAC address of dongle station interface
public int status Dongle status
public String version Indicate the dongle version
Public Constructors
DongleInfo()
DongleInfo(String dongleName, String dongleSsid, String dongleBssid, int dongleStatus, boolean isWivu, boolean isConn)
DongleInfo(String dongleName, String dongleSsid, String dongleBssid, int dongleStatus, boolean isWivu, boolean isConn, String ver)
Public Methods
int describeContents()
String getBssid()
long getCapabilites()
String getCurrentAph()
String getInetAddress()
boolean getIsConnectable()
boolean getIsDiscoveredByWivu()
String getName()
String getPairedApm()
String getSsid()
String getStaBssid()
int getStatus()
String getVersion()
String toString()
void writeToParcel(Parcel dest, int parcelableFlags)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Constants

public static final int STATE_CONFIGURED

Constant Value: 2 (0x00000002)

public static final int STATE_PAIRED

Constant Value: 3 (0x00000003)

public static final int STATE_UNCONFIGURED

Constant Value: 4 (0x00000004)

public static final int STATE_UNKNOWN

Constant Value: 0 (0x00000000)

public static final int STATE_WPS

Constant Value: 1 (0x00000001)

Fields

public static final Creator<DongleInfo> CREATOR

public String bssid

Indicate the MAC address of dongle AP interface

public long capabilities

Indicate the dongle capabilities

public String currentAph

Indicate the MAC address of the AP_H that dongle is connecting to

public static final String[] getStateName

public String inetAddress

Indicate the connected dongle ip address

public boolean isConnectable

Indicate if the dongle is connectable and ready to use mirror display

public boolean isDiscoveredByWivu

Indicate if the dongle is discovered from Wivu list, true means in the same network

public String name

Dongle device name

public String pairedApm

Indicate the MAC address of the AP_M that dongle is paired to

public String ssid

Dongle SSID

public String staBssid

Indicate the MAC address of dongle station interface

public int status

Dongle status

public String version

Indicate the dongle version

Public Constructors

public DongleInfo ()

public DongleInfo (String dongleName, String dongleSsid, String dongleBssid, int dongleStatus, boolean isWivu, boolean isConn)

public DongleInfo (String dongleName, String dongleSsid, String dongleBssid, int dongleStatus, boolean isWivu, boolean isConn, String ver)

Public Methods

public int describeContents ()

public String getBssid ()

public long getCapabilites ()

public String getCurrentAph ()

public String getInetAddress ()

public boolean getIsConnectable ()

public boolean getIsDiscoveredByWivu ()

public String getName ()

public String getPairedApm ()

public String getSsid ()

public String getStaBssid ()

public int getStatus ()

public String getVersion ()

public String toString ()

Since: API Level

public void writeToParcel (Parcel dest, int parcelableFlags)