ScanResult.InformationElement Constructors
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.
Overloads
ScanResult.InformationElement(ScanResult+InformationElement) | |
ScanResult.InformationElement(IntPtr, JniHandleOwnership) | |
ScanResult.InformationElement(Int32, Int32, Byte[]) |
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
Parameters
- Attributes
Applies to
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
Parameters
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership
Applies to
ScanResult.InformationElement(Int32, Int32, Byte[])
[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
Parameters
- id
- Int32
- idExt
- Int32
- bytes
- Byte[]
- Attributes