Click or drag to resize

wclBleSnifferScanReqReceivedEvent Delegate

The BLE sniffer OnScanReqReceived event handler prototype.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public delegate void wclBleSnifferScanReqReceivedEvent(
	Object Sender,
	wclBluetoothLeAdvertisingPduHeader PduHeader,
	long ScanA,
	long AdvA
)

Parameters

Sender  Object
The object initiates the event.
PduHeader  wclBluetoothLeAdvertisingPduHeader
The PDU header.
ScanA  Int64
The scanner's address.
AdvA  Int64
The address of the device to which this PDU is addressed.
Remarks
The TxAdd field of the PduHeader parameter indicates whether the scanner’s address in the ScanA parameter is public (TxAdd = False) or random (TxAdd = True). The RxAdd field of the PduHeader parameter indicates whether the target’s address in the AdvA parameter is public (RxAdd = False) or random (RxAdd = True).
See Also