TwclBluetoothLeBeaconWatcher.DoProximityBeaconFrame(Int64,Int64,SByte,Word,Word,Word,TGUID,SByte,TwclBluetoothLeAdvertisementFrameRawData) Method

Fires the OnProximityBeaconFrame event.

Namespace: wclBluetooth
protected
 procedure DoProximityBeaconFrame(const Address: Int64;
 const Timestamp: Int64; const Rssi: SByte; const CompanyId: Word;
 const Major: Word; const Minor: Word; const Uuid: TGUID;
 const TxRssi: SByte;
 const Data: TwclBluetoothLeAdvertisementFrameRawData); 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.

CompanyId
Type: Word

The beacon's manufacturer ID as defined in the Bluetooth SIG Assigned Numbers.

Major
Type: Word

The beacon's Major value.

Minor
Type: Word

The beacon's Minor value.

Uuid
Type: TGUID

The beacon's UUID.

TxRssi
Type: SByte

The beacon's RSSI value in dBm at range between -100 dBm and +20 dBm at 1 dBm resolution measured at 1 meter distance.

Data
Type: TwclBluetoothLeAdvertisementFrameRawData

The additional frame data.