RFIDReader class

Constructors

RFIDReader()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

disconnectRFID() Future<void>
initRFID() Future<bool>
startInventory(dynamic onTagScanned(String)) Future<void>
stopInventory() Future<void>
writeTagData({required String accessPassword, required int filterBank, required int filterPointer, required int filterCount, required String filterData, required int dataBank, required int dataPointer, required int dataCount, required String writeData}) Future<bool>
Write data to RFID tag