Click or drag to resize

wclBluetoothLeBeaconWatcherConnectionDoAdvertisementExtFrameInformation Method

Fires the OnAdvertisementExtFrameInformation event.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
protected virtual void DoAdvertisementExtFrameInformation(
	long Address,
	long Timestamp,
	sbyte Rssi,
	wclBluetoothAddressType AddressType,
	sbyte TxPower,
	wclBluetoothLeExtendedFrameFlag Flags
)

Parameters

Address  Int64
The Bluetooth LE advertiser's MAC address.
Timestamp  Int64
The frame's timestamp in Universal Time format.
Rssi  SByte
The measured RSSI value in dBm at range between -100 dBm and +20 dBm at 1 dBm resolution.
AddressType  wclBluetoothAddressType
The Bluetooth LE address type.
TxPower  SByte
The received transmit power of the advertisement. Ranges from -127 dBm to 20 dBm. -128 indicates "no value".
Flags  wclBluetoothLeExtendedFrameFlag
The Bluetooth LE advertisement extended frame flags.
See Also