android.net.wifi
Class ScanResult

java.lang.Object
  extended by android.net.wifi.ScanResult
All Implemented Interfaces:
Parcelable

public class ScanResult
extends java.lang.Object
implements Parcelable


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.Creator<T>
 
Field Summary
 java.lang.String BSSID
           
 java.lang.String capabilities
           
 int frequency
           
 int level
           
 java.lang.String SSID
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Method Summary
 int describeContents()
           
 java.lang.String toString()
           
 void writeToParcel(Parcel dest, int flags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SSID

public java.lang.String SSID

BSSID

public java.lang.String BSSID

capabilities

public java.lang.String capabilities

level

public int level

frequency

public int frequency
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

describeContents

public int describeContents()
Specified by:
describeContents in interface Parcelable

writeToParcel

public void writeToParcel(Parcel dest,
                          int flags)
Specified by:
writeToParcel in interface Parcelable


Copyright © 2008-2010. All Rights Reserved.