Android.Bluetooth.LE.ScanResult Members

The members of Android.Bluetooth.LE.ScanResult are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Public Properties

[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
[read-only]
DeviceAndroid.Bluetooth.BluetoothDevice. Returns the remote bluetooth device identified by the bluetooth device address.
[read-only]
Rssiint. Returns the received signal strength in dBm.
[read-only]
ScanRecordScanRecord. Returns the scan record, which is a combination of advertisement and scan response.
[read-only]
TimestampNanoslong. Returns timestamp since boot when the scan record was observed.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.