Share via


ScanResult.InformationElements Property

Definition

Get all information elements found in the beacon.

public virtual System.Collections.Generic.IList<Android.Net.Wifi.ScanResult.InformationElement> InformationElements { [Android.Runtime.Register("getInformationElements", "()Ljava/util/List;", "GetGetInformationElementsHandler", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getInformationElements", "()Ljava/util/List;", "GetGetInformationElementsHandler", ApiSince=30)>]
member this.InformationElements : System.Collections.Generic.IList<Android.Net.Wifi.ScanResult.InformationElement>

Property Value

Attributes

Remarks

Get all information elements found in the beacon.

Java documentation for android.net.wifi.ScanResult.getInformationElements().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to