WifiInfo.InformationElements Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get all information elements found in the beacon of the connected bssid.
public virtual System.Collections.Generic.IList<Android.Net.Wifi.ScanResult.InformationElement>? InformationElements { [Android.Runtime.Register("getInformationElements", "()Ljava/util/List;", "GetGetInformationElementsHandler", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getInformationElements", "()Ljava/util/List;", "GetGetInformationElementsHandler", ApiSince=31)>]
member this.InformationElements : System.Collections.Generic.IList<Android.Net.Wifi.ScanResult.InformationElement>
Property Value
List of information elements ScanResult.InformationElement
or null.
- Attributes
Remarks
Get all information elements found in the beacon of the connected bssid.
The information elements will be null
if there is no network currently connected or if the caller has insufficient permissions to access the info elements.
Java documentation for android.net.wifi.WifiInfo.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.