Click or drag to resize

wclBluetoothLeAdvertisementFrameInformationEvent Delegate

The OnAdvertisementFrameInformation event handler prototype.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public delegate void wclBluetoothLeAdvertisementFrameInformationEvent(
	Object Sender,
	long Address,
	long Timestamp,
	sbyte Rssi,
	string Name,
	wclBluetoothLeAdvertisementType PacketType,
	wclBluetoothLeAdvertisementFlag Flags
)

Parameters

Sender  Object
The object initiates the event.
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.
Name  String
The Bluetooth LE advertiser's name.
PacketType  wclBluetoothLeAdvertisementType
The Bluetooth LE advertisement data packet type.
Flags  wclBluetoothLeAdvertisementFlag
The Bluetooth LE advertisement packet payload flags.
See Also