FlutterItlBankDispenser class

Constructors

FlutterItlBankDispenser()

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 Properties

getComPorts Future<bool?>
no setter
platformVersion Future<String?>
no setter
test Future<String?>
no setter

Static Methods

connectComPort(int comPort) Future<Map>
disconnectComPort() Future<bool>
disposePayout() Future<bool>
empty(int type) Future<bool?>
eventChannelStream() Stream<Map>
getCashboxPayoutOpData() Future<Map>
Get Cashbox Payout Operation Data
getCounters() Future<bool>
getLastQueryErrorCode() Future<Map>
getNumChannel() Future<List<Map>>
getOutputLevelInfo() Future<Map>
haltPayout() Future<bool>
initialize(int baudRate, int timeout, int retryLevel) Future<bool?>
isInit() Future<bool?>
payout(int amount, String currency) Future<bool>
reset() Future<Map>
returnNote() Future<bool>
setPayoutStatus(bool isEnable) Future<bool>
setPolling(bool isEnable) Future<bool>
setRouting(int routingType, int amount, String currency) Future<bool>

Constants

baudRate → const int
cashMode → const int
getComPortsEvent → const String
normalEmptyMode → const int
pollingCallBackEvent → const String
retryLevel → const int
smartEmptyMode → const int
smartPayMode → const int
timeout → const int