BluetoothLEAdvertisementReceivedEventArgs
BluetoothLEAdvertisementReceivedEventArgs
BluetoothLEAdvertisementReceivedEventArgs
BluetoothLEAdvertisementReceivedEventArgs
Class
Definition
Provides data for a Received event on a BluetoothLEAdvertisementWatcher. A BluetoothLEAdvertisementReceivedEventArgs instance is created when the Received event occurs on a BluetoothLEAdvertisementWatcher object.
public : sealed class BluetoothLEAdvertisementReceivedEventArgs : IBluetoothLEAdvertisementReceivedEventArgspublic sealed class BluetoothLEAdvertisementReceivedEventArgs : IBluetoothLEAdvertisementReceivedEventArgsPublic NotInheritable Class BluetoothLEAdvertisementReceivedEventArgs Implements IBluetoothLEAdvertisementReceivedEventArgs// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
Advertisement Advertisement Advertisement Advertisement
Gets the Bluetooth LE advertisement payload data received.
public : BluetoothLEAdvertisement Advertisement { get; }public BluetoothLEAdvertisement Advertisement { get; }Public ReadOnly Property Advertisement As BluetoothLEAdvertisement// You can use this property in JavaScript.
- Value
- BluetoothLEAdvertisement BluetoothLEAdvertisement BluetoothLEAdvertisement BluetoothLEAdvertisement
The Bluetooth LE advertisement payload data received.
- See Also
AdvertisementType AdvertisementType AdvertisementType AdvertisementType
Gets the type of the received Bluetooth LE advertisement packet.
public : BluetoothLEAdvertisementType AdvertisementType { get; }public BluetoothLEAdvertisementType AdvertisementType { get; }Public ReadOnly Property AdvertisementType As BluetoothLEAdvertisementType// You can use this property in JavaScript.
- Value
- BluetoothLEAdvertisementType BluetoothLEAdvertisementType BluetoothLEAdvertisementType BluetoothLEAdvertisementType
the type of the received Bluetooth LE advertisement packet.
- See Also
BluetoothAddress BluetoothAddress BluetoothAddress BluetoothAddress
Gets the Bluetooth address of the device sending the Bluetooth LE advertisement.
public : ulong BluetoothAddress { get; }public ulong BluetoothAddress { get; }Public ReadOnly Property BluetoothAddress As ulong// You can use this property in JavaScript.
- Value
- ulong ulong ulong ulong
the Bluetooth address of the device sending the Bluetooth LE advertisement.
- See Also
RawSignalStrengthInDBm RawSignalStrengthInDBm RawSignalStrengthInDBm RawSignalStrengthInDBm
Gets the received signal strength indicator (RSSI) value, in dBm, for this received Bluetooth LE advertisement event. This value could be the raw RSSI or a filtered RSSI depending on filtering settings configured through BluetoothSignalStrengthFilter.
public : short RawSignalStrengthInDBm { get; }public short RawSignalStrengthInDBm { get; }Public ReadOnly Property RawSignalStrengthInDBm As short// You can use this property in JavaScript.
- Value
- short short short short
The received signal strength indicator (RSSI) value, in dBm, for this event.
- See Also
Timestamp Timestamp Timestamp Timestamp
Gets the timestamp when the Received event occurred.
public : DateTime Timestamp { get; }public DateTimeOffset Timestamp { get; }Public ReadOnly Property Timestamp As DateTimeOffset// You can use this property in JavaScript.