|
SmartPos SDK for Android
1.3.7
|
Class of MagneticCardManager (Magnetic Card Reader) implement. More...
Public Member Functions | |
| void | init () throws SmartPosException |
| Initialize magneticcard reader. More... | |
| void | deinit () |
| Deinitialize magneticcard reader. More... | |
| int | query () throws SmartPosException |
| To query the data status. More... | |
| byte[] | getTrack (int trackId) throws SmartPosException |
| To get the track byte array by track id. More... | |
| int | getInterfaceType () throws SmartPosException |
| To get the interface type of magnetic card reader. More... | |
Class of MagneticCardManager (Magnetic Card Reader) implement.
| void com.paydevice.smartpos.sdk.magneticcard.MagneticCardManager.deinit | ( | ) |
Deinitialize magneticcard reader.
| int com.paydevice.smartpos.sdk.magneticcard.MagneticCardManager.getInterfaceType | ( | ) | throws SmartPosException |
To get the interface type of magnetic card reader.
| byte [] com.paydevice.smartpos.sdk.magneticcard.MagneticCardManager.getTrack | ( | int | trackId | ) | throws SmartPosException |
To get the track byte array by track id.
| trackId | track id |
| void com.paydevice.smartpos.sdk.magneticcard.MagneticCardManager.init | ( | ) | throws SmartPosException |
Initialize magneticcard reader.
| int com.paydevice.smartpos.sdk.magneticcard.MagneticCardManager.query | ( | ) | throws SmartPosException |
To query the data status.