WifiP2pDevice.VendorElements Property

Definition

Get the vendor-specific information elements received as part of the discovery of the peer device.

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

Property Value

the list of vendor-specific information elements The information element format is defined in the IEEE 802.11-2016 spec Table 9-77.

Attributes

Remarks

Get the vendor-specific information elements received as part of the discovery of the peer device.

Java documentation for android.net.wifi.p2p.WifiP2pDevice.getVendorElements().

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