Click or drag to resize

BleScanner Class

A Scanner which can scan for nearby devices.
Inheritance Hierarchy
SystemObject
  AC908_SDKBleScanner

Namespace:  AC908_SDK
Assembly:  AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntax
C#
public class BleScanner : IDisposable

The BleScanner type exposes the following members.

Constructors
  NameDescription
Public methodBleScanner
Initializes a new instance of the BleScanner class.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodStartScan
Starts scanning.
Public methodStopScan
Stops scanning.
Top
Events
  NameDescription
Public eventReaderScanned
Occurs when a reader is found.
Top
See Also