rd126_reader 1.0.3
rd126_reader: ^1.0.3 copied to clipboard
A Flutter plugin for RFGate RD126 UHF Mobile RFID reader.
1.0.3 #
- The getConnectionStatus method retrieves the current connection status of a device. The method
returns an integer value representing the connection state:
- STATE_DISCONNECTED: 0
- STATE_CONNECTING: 1
- STATE_CONNECTED: 2
- STATE_DISCONNECTING: 3
1.0.2 #
- shutDown and getConnectionStatus functions added.
1.0.1 #
- Java function usage has been corrected to support Android 21 SDK.
1.0.0 #
- Initial Open Source release.