Sprache

ScanResult.InformationElement Konstruktoren

Definition

Überlädt

ScanResult.InformationElement(ScanResult+InformationElement)

[Android.Runtime.Register(".ctor", "(Landroid/net/wifi/ScanResult$InformationElement;)V", "", ApiSince=30)]
public InformationElement(Android.Net.Wifi.ScanResult.InformationElement rhs);
[<Android.Runtime.Register(".ctor", "(Landroid/net/wifi/ScanResult$InformationElement;)V", "", ApiSince=30)>]
new Android.Net.Wifi.ScanResult.InformationElement : Android.Net.Wifi.ScanResult.InformationElement -> Android.Net.Wifi.ScanResult.InformationElement

Parameter

Attribute

Gilt für:

ScanResult.InformationElement(IntPtr, JniHandleOwnership)

protected InformationElement(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Net.Wifi.ScanResult.InformationElement : nativeint * Android.Runtime.JniHandleOwnership -> Android.Net.Wifi.ScanResult.InformationElement

Parameter

javaReference
IntPtr

nativeint

Gilt für:

ScanResult.InformationElement(Int32, Int32, Byte[])

Erstellt InformationElements aus Beacon.

[Android.Runtime.Register(".ctor", "(II[B)V", "", ApiSince=33)]
public InformationElement(int id, int idExt, byte[] bytes);
[<Android.Runtime.Register(".ctor", "(II[B)V", "", ApiSince=33)>]
new Android.Net.Wifi.ScanResult.InformationElement : int * int * byte[] -> Android.Net.Wifi.ScanResult.InformationElement

Parameter

id
Int32

Element-ID

idExt
Int32

Element-ID-Erweiterung

bytes
Byte[]

Der Textkörper des Informationselements kann mehrere Elemente enthalten.

Attribute

Hinweise

Erstellt InformationElements aus Beacon.

Java Dokumentation für android.net.wifi.ScanResult.InformationElement.ScanResult$InformationElement(int, int, byte[]).

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: