TwclBluetoothLeBeaconWatcher.DoAltBeaconFrame(Int64,Int64,SByte,Word,Word,Word,TGUID,SByte,Byte,TwclBluetoothLeAdvertisementFrameRawData) Method

Fires the OnAltBeaconFrame event.

Namespace: wclBluetooth
protected
 procedure DoAltBeaconFrame(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 Reserved: Byte;
 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.

Reserved
Type: Byte

A 1-byte value from 0x00 to 0xFF. Interpretation of this value is to be defined by the manufacturer and is to be evaluated based on the CompanyId value.

Data
Type: TwclBluetoothLeAdvertisementFrameRawData

The additional frame data.