TwclBluetoothLeBeaconWatcher.DoAdvertisementFrameInformation(Int64,Int64,SByte,string,TwclBluetoothLeAdvertisementType,TwclBluetoothLeAdvertisementFlags) Method

Fires the OnAdvertisementFrameInformation event.

Namespace: wclBluetooth
protected
 procedure DoAdvertisementFrameInformation(const Address: Int64;
 const Timestamp: Int64; const Rssi: SByte; const Name: string;
 const PacketType: TwclBluetoothLeAdvertisementType;
 const Flags: TwclBluetoothLeAdvertisementFlags); 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.

Name
Type: string

The Bluetooth LE advertiser's name.

PacketType
Type: TwclBluetoothLeAdvertisementType

The Bluetooth LE advertisement data packet type.

Flags
Type: TwclBluetoothLeAdvertisementFlags

The Bluetooth LE advertisement packet payload flags.