BankCard mixin

Mixin applications

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

cancelReadCard() Future<bool?>
getAtr() Future<String?>
getMagCardData([int keyIndex]) Future<CardInfo?>
isCardExists() Future<int?>
isRfCardExists() Future<int?>
isTrackEncrypt(bool isEncrypt) Future<bool?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readCard(String amount, String tradeTime, int tradeType, int swipeTimeout, CardReaderListener listener, [int index]) Future<CardInfo?>
setReadCardConfig(bool msr, bool ic, bool rf) Future<void>
startSearchCard(bool msr, bool ic, bool rf, int timeout) Future<int?>
stopSearchCard() Future<int?>
toString() String
A string representation of this object.
inherited
transmitIC(Uint8List cmd) Future<OperationResult?>
transmitRF(Uint8List cmd) Future<OperationResult?>

Operators

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