Click or drag to resize

wclBleSnifferScanRspReceivedEvent Delegate

The BLE sniffer OnScanRspReceived event handler prototype.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public delegate void wclBleSnifferScanRspReceivedEvent(
	Object Sender,
	wclBluetoothLeAdvertisingPduHeader PduHeader,
	long AdvA,
	byte[] ScanRspData
)

Parameters

Sender  Object
The object initiates the event.
PduHeader  wclBluetoothLeAdvertisingPduHeader
The PDU header.
AdvA  Int64
The advertiser address.
ScanRspData  Byte
The pointer to the advertisement data. Can be null. The pointer is valid only inside the event handler.
Remarks
The TxAdd field of the PduHeader parameter indicates whether the advertiser’s address in the AdvA parameter is public (TxAdd = False) or random (TxAdd = True).
See Also