Magtek Audio Reader for Android Devices Manual do Utilizador Página 1

Consulte online ou descarregue Manual do Utilizador para Equipamento Magtek Audio Reader for Android Devices. MagTek Audio Reader for Android Devices User Manual Manual do Utilizador

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 30
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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
Vista de página 0
1 2 3 4 5 6 ... 29 30

Resumo do Conteúdo

Página 1 - Audio Reader

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

Página 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

Página 3

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

Página 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

Página 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

Página 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.

Página 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

Página 8

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

Página 9 - Methods

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

Página 10

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

Página 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

Página 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

Página 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

Página 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.

Página 15

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

Página 16

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

Página 17

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

Página 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

Página 19

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

Página 20

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

Página 21

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

Página 22

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

Página 23

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

Página 24

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

Página 25

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

Página 26

v getPANHashSHA1 ... 17 getPANHashSHA256 ...

Página 28 - MTSCRAException

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

Página 29 - SECTION 2. CODE EXAMPLES

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

Página 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

Comentários a estes Manuais

Sem comentários