TwclBluetoothLeBeaconWatcher.DoAdvertisementExtFrameInformation(Int64,Int64,SByte,TwclBluetoothAddressType,SByte,TwclBluetoothLeExtendedFrameFlags) Method

Fires the OnAdvertisementExtFrameInformation event.

Namespace: wclBluetooth
protected
 procedure DoAdvertisementExtFrameInformation(const Address: Int64;
 const Timestamp: Int64; const Rssi: SByte;
 const AddressType: TwclBluetoothAddressType; const TxPower: SByte;
 const Flags: TwclBluetoothLeExtendedFrameFlags); virtual;

Parameters

Address
Type: Int64

The Bluetooth LE advertiser's MAC address.

Timestamp
Type: Int64

The frame's timestamp in Universal Time format.

Rssi
Type: SByte

The measured RSSI value in dBm at range between -100 dBm and +20 dBm at 1 dBm resolution.

AddressType
Type: TwclBluetoothAddressType

The Bluetooth LE address type.

TxPower
Type: SByte

The received transmit power of the advertisement. Ranges from -127 dBm to 20 dBm. -128 indicates "no value".

Flags
Type: TwclBluetoothLeExtendedFrameFlags

The Bluetooth LE advertisement extended frame flags.