Click or drag to resize

wclBleSniffer Methods

The wclBleSniffer type exposes the following members.

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
See Also