Share via


ScanResult Constructors

Definition

Overloads

ScanResult()

Construct an empty scan result.

ScanResult(ScanResult)

copy constructor

ScanResult(IntPtr, JniHandleOwnership)

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

ScanResult()

Construct an empty scan result.

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

Remarks

Construct an empty scan result.

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

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

ScanResult(ScanResult)

copy constructor

[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

Remarks

copy constructor

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

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

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