Magtek Audio Reader for Android Devices Uživatelský manuál

Procházejte online nebo si stáhněte Uživatelský manuál pro Zařízení Magtek Audio Reader for Android Devices. MagTek Audio Reader for Android Devices User Manual Uživatelská příručka

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 30
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 0
i
Audio Reader
PROGRAMMING REFERENCE MANUAL
for Android Devices
PART NUMBER 99875583-1
SEPTEMBER 2012
Confidential
This document contains the proprietary information of MagTek. Its
receipt or possession does not convey any rights to reproduce or
disclose its contents or to manufacture, use or sell anything it may
describe. Reproduction, disclosure or use without specific written
authorization of MagTek is strictly forbidden.
Unpublished All Rights Reserved
REGISTERED TO ISO 9001:2008
1710 Apollo Court
Seal Beach, CA 90740
Phone: (562) 546-6400
FAX: (562) 546-6301
Technical Support: (651) 415-6800
www.magtek.com
Zobrazit stránku 0
1 2 3 4 5 6 ... 29 30

Shrnutí obsahu

Strany 1 - Audio Reader

i Audio Reader PROGRAMMING REFERENCE MANUAL for Android Devices PART NUMBER 99875583-1 SEPTEMBER 2012 Confidential This document contai

Strany 2

4 getMaskedTracks Get stored masked tracks data. If decodable track data exists for a given track, it is located in the Masked Track Data field that

Strany 3

5 - public String getTrack2() Parameters Return Value Return stored track2 data string. getTrack3 Get stored track3 data. This field contains t

Strany 4 - Table of Contents

6 Return Value Return stored masked track2 data string. For an ISO/ABA card, the PAN is masked as follows: • The specified number of initial cha

Strany 5

7 For an AAMVA card, the specified mask character is substituted for each of the characters read from the card. getMagnePrint Supported on uDynamo

Strany 6

8 This four-byte field contains the MagnePrint status. The MagnePrint status is in little endian byte order. Byte 1 is the least significant byte.

Strany 7 - SECTION 1. MagTekSCRA CLASS

9 getSessionID Not suported on Audio Reader. This 8-byte Binary field contains the encrypted version of the current Session ID. Its primary purpose

Strany 8

10 MagTekSCRA.DEVICE_TYPE_NONE MagTekSCRA.DEVICE_TYPE_AUDIO MagTekSCRA.DEVICE_TYPE_BLUETOOTH Return Value setDeviceID Set device identifier for the

Strany 9 - Methods

11 String representing MagnePrint capabilities 0 = No MagnePrint, 1 = Short MagnePrint, 2 = Long MagnePrint getCapMagnePrintEncryption Retrieves

Strany 10

12 getCapMSR Retrieves MSR Capabilities - public String getCapMSR() Parameters Return Value String representing MSR Capabilities 0 = No MSR, 1 =

Strany 11

13 Note: The data returned is dependent on the partial information provided by the reader. If the reader supports emitting partial data for the field

Strany 12

ii Copyright© 2001-2012 MagTek®, Inc. Printed in the United States of America Information in this document is subject to change without notice. No

Strany 13

14 Note: The data returned is dependent on the partial information provided by the reader. If the reader supports emitting partial data for the field

Strany 14

15 Card Encode Type This one-byte value indicates the type of encoding that was found on the card. The following table defines the possible values.

Strany 15

16 Return Value String representing device configuration getDeviceType Retrieves device type - public int getDeviceType() Parameters Return Val

Strany 16

17 getFirmware Retrieves firmware version - public String getFirmware() Parameters Return Value String representing firmware version getMagTekD

Strany 17

18 Parameters Return Value String representing response data getResponseType Retrieves response type - public String getResponseType() Parameter

Strany 18

19 track data length value for the track that has the error will be set to zero and no valid track data will be supplied. - public String getTrackDec

Strany 19

20 SDK Version setConfigurationParams Sets configuration parameters - public void setConfigurationParams(String lpstrParams) Parameters lpstrP

Strany 20

21 -public void setConfigurationXML(String lpstrXML)throws MTSCRAException Parameters lpstrXML XML data received from the configuration serv

Strany 21

22 Parameters lpiReaderType Type of reader. The type of reader is assigned an integer value starting at 1. lpDeviceInfo SCRAConfigura

Strany 22

23 SECTION 2. CODE EXAMPLES Open Device: if (! mMTSCRA.isDeviceConnected()) { mMTSCRA.setDeviceType(mMTSCRA.DEVICE_TYPE_BLUETOOTH); mMTSCR

Strany 23

iii SOFTWARE LICENSE AGREEMENT IMPORTANT: YOU SHOULD CAREFULLY READ ALL THE TERMS, CONDITIONS AND RESTRICTIONS OF THIS LICENSE AGREEMENT BEFORE INSTAL

Strany 24

24 Get Tracks Data From Reader: private class SCRAHandlerCallback implements Callback { public boolean handleMessage(Message msg) { switch (msg.what)

Strany 25

iv Table of Contents Section 1. MagTekSCRA Class ... 1 Meth

Strany 26

v getPANHashSHA1 ... 17 getPANHashSHA256 ...

Strany 28 - MTSCRAException

1 SECTION 1. MagTekSCRA CLASS Methods: openDevice: Open device closeDevice: Close device isDeviceConnected Check the connection status of reader ge

Strany 29 - SECTION 2. CODE EXAMPLES

2 getTagValue Retrieves the value of the specified tag getTLVVersion Retrieves TTLV version getTrackDecodeStatus Retrieves track decode status listen

Strany 30 - Get Tracks Data From Reader:

3 Methods openDevice: This function opens the reader. - public void openDevice() Parameters None Return Value None closeDevice This function c

Komentáře k této Příručce

Žádné komentáře