Click or drag to resize

ReaderScannedEventArgs Class

The event argument of the ReaderScanned event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    AC908_SDKReaderScannedEventArgs

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

The ReaderScannedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodReaderScannedEventArgs
Initializes a new instance of the ReaderScannedEventArgs class.
Top
Properties
  NameDescription
Public propertyBleScanRecord
BLE Scan Record scanned this time.
Public propertyReader
Scan the AC908 reader found.
Top
See Also