ScanResult Constructors

Definition

Overloads

ScanResult()
ScanResult(ScanResult)
ScanResult(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

ScanResult()

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=30)]
public ScanResult ();
Attributes

Applies to

ScanResult(ScanResult)

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

Parameters

source
ScanResult
Attributes

Applies to

ScanResult(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

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

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

Remarks

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