WifiP2pInfo
open class WifiP2pInfo : Parcelable
| kotlin.Any | |
| ↳ | android.net.wifi.p2p.WifiP2pInfo |
A class representing connection information about a Wi-Fi p2p group {@see WifiP2pManager}
Summary
| Inherited constants | |
|---|---|
| Public constructors | |
|---|---|
WifiP2pInfo(source: WifiP2pInfo!)copy constructor |
|
| Public methods | |
|---|---|
| open Int |
Implement the Parcelable interface |
| open String |
toString() |
| open Unit |
writeToParcel(dest: Parcel, flags: Int)Implement the Parcelable interface |
| Properties | |
|---|---|
| static Parcelable.Creator<WifiP2pInfo!> |
Implement the Parcelable interface |
| Boolean |
Indicates if a p2p group has been successfully formed |
| InetAddress! |
Group owner address |
| Boolean |
Indicates if the current device is the group owner |
Public constructors
Public methods
describeContents
open fun describeContents(): Int
Implement the Parcelable interface
| Return | |
|---|---|
Int |
a bitmask indicating the set of special object types marshaled by this Parcelable object instance. Value is either 0 or android.os.Parcelable#CONTENTS_FILE_DESCRIPTOR |
toString
open fun toString(): String
| Return | |
|---|---|
String |
a string representation of the object. |
writeToParcel
open fun writeToParcel(
dest: Parcel,
flags: Int
): Unit
Implement the Parcelable interface
| Parameters | |
|---|---|
dest |
Parcel: The Parcel in which the object should be written. This value cannot be null. |
flags |
Int: Additional flags about how the object should be written. May be 0 or PARCELABLE_WRITE_RETURN_VALUE. Value is either 0 or a combination of android.os.Parcelable#PARCELABLE_WRITE_RETURN_VALUE, and android.os.Parcelable.PARCELABLE_ELIDE_DUPLICATES |
Properties
CREATOR
static val CREATOR: Parcelable.Creator<WifiP2pInfo!>
Implement the Parcelable interface
groupFormed
var groupFormed: Boolean
Indicates if a p2p group has been successfully formed
isGroupOwner
var isGroupOwner: Boolean
Indicates if the current device is the group owner