Click or drag to resize

wclBleSniffer Class

The Bluetooth LE packets sniffer.
Inheritance Hierarchy
SystemObject
  wclBluetoothwclBleSniffer

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public class wclBleSniffer

The wclBleSniffer type exposes the following members.

Constructors
 NameDescription
Public methodwclBleSniffer Creates new BLE sniffer component.
Top
Properties
 NameDescription
Public propertyActive Gets the sniffer's status.
Public propertyChannel Gets the radio channel.
Public propertyDevicePath Gets the current device's path.
Top
Methods
 NameDescription
Protected methodDoAdvDirectIndReceived Fires the OnAdvDirectIndReceived event.
Protected methodDoAdvIndReceived Fires the OnAdvIndReceived event.
Protected methodDoAdvNonConnIndReceived Fires the OnAdvNonConnIndReceived event.
Protected methodDoAdvScanIndReceived Fires the OnAdvScanIndReceived event.
Protected methodDoConnectIndReceived Fires the OnConnectIndReceived event.
Protected methodDoRawPacketReceived Fires the OnRawPacketReceived event.
Protected methodDoScanReqReceived Fires the OnScanReqReceived event.
Protected methodDoScanRspReceived Fires the OnScanRspReceived event.
Protected methodDoStarted Fires the OnStarted event.
Protected methodDoStopped Fires the OnStopped event.
Public methodEqualsDetermines whether the specified Object is equal to the current Object.
(Inherited from Object)
Protected methodFinalize Frees the object.
(Overrides ObjectFinalize)
Public methodGetHashCodeServes as a hash function for a particular type.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodMessageReceived The method called when a new notification message received.
Public methodStart(Byte) Starts capturing the BLE packets.
Public methodStart(String, Byte) Starts capturing the BLE packets.
Public methodStop Stops capturing the BLE packets.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventOnAdvDirectIndReceived The event fires when the ADV_DIRECT_IND PDU received.
Public eventOnAdvIndReceived The event fires when the ADV_IND PDU received.
Public eventOnAdvNonConnIndReceived The event fires when the ADV_NONCONN_IND PDU received.
Public eventOnAdvScanIndReceived The event fires when the ADV_SCAN_IND PDU received.
Public eventOnConnectIndReceived The event fires when the CONNECT_IND PDU received.
Public eventOnRawPacketReceived The event fires when a Bluetooth LE packet captured.
Public eventOnScanReqReceived The event fires when the SCAN_REQ PDU received.
Public eventOnScanRspReceived The event fires when the SCAN_RSP PDU received.
Public eventOnStarted The event fires when the Sniffer was successfully started.
Public eventOnStopped The event fires when the Sniffer was successfully stopped.
Top
See Also