com.bankframe.services.devices.MTPinPad
Interface MagTekIntelliPINDeviceCodes

All Known Implementing Classes:
MagTekIntelliPINDeviceProtocol

public interface MagTekIntelliPINDeviceCodes

This class defines all escape codes,commands,etc for this Device This device can be programmed with different codes.


Field Summary
static byte ACK
           
static byte BadParityLRC
           
static byte[] CancelSessionRequest
           
static byte[] CardDataEntryRequest
           
static byte[] CardDataEntryResponse
           
static int CardDataEntryResponseValue
           
static byte CD
           
static byte[] DisplaySingleStringMessage
           
static byte[] EnableDefaultDisplay
           
static byte EOT
           
static byte ETX
           
static byte FS
           
static byte[] LoadMasterKey
           
static byte[] LoadMasterKeyResponse
           
static int LoadMasterKeyResponseValue
           
static byte MasterKeyBadKeyData
           
static byte MasterKeyNoError
           
static byte MasterKeyParityBad
           
static byte NAK
           
static byte PinEntryBadAcct
           
static byte PinEntryBadAmount
           
static byte PinEntryKeyNotReady
           
static byte PinEntryMissingFS
           
static byte PinEntryMissKey
           
static byte PinEntryNoError
           
static byte[] PinEntryRequest
           
static byte[] PinEntryResponse
           
static int PinEntryResponseValue
           
static byte[] ReplaceDefaultDisplay
           
static byte[] SetRequestSoftSwitch
           
static int SetRequestSoftSwitchResponseValue
           
static byte SetSwitchFailure
           
static byte SetSwitchSuccess
           
static byte STX
           
static byte SuccessfulRead
           
static int TIMEOUT
           
static byte TracksDisabled
           
static char UseMasterKey
           
static char UseSessionKey
           
 

Field Detail

STX

public static final byte STX
See Also:
Constant Field Values

ETX

public static final byte ETX
See Also:
Constant Field Values

EOT

public static final byte EOT
See Also:
Constant Field Values

ACK

public static final byte ACK
See Also:
Constant Field Values

NAK

public static final byte NAK
See Also:
Constant Field Values

FS

public static final byte FS
See Also:
Constant Field Values

CD

public static final byte CD
See Also:
Constant Field Values

TIMEOUT

public static final int TIMEOUT
See Also:
Constant Field Values

SetRequestSoftSwitch

public static final byte[] SetRequestSoftSwitch

SetRequestSoftSwitchResponseValue

public static final int SetRequestSoftSwitchResponseValue
See Also:
Constant Field Values

SetSwitchSuccess

public static final byte SetSwitchSuccess
See Also:
Constant Field Values

SetSwitchFailure

public static final byte SetSwitchFailure
See Also:
Constant Field Values

LoadMasterKey

public static final byte[] LoadMasterKey

LoadMasterKeyResponse

public static final byte[] LoadMasterKeyResponse

LoadMasterKeyResponseValue

public static final int LoadMasterKeyResponseValue
See Also:
Constant Field Values

MasterKeyNoError

public static final byte MasterKeyNoError
See Also:
Constant Field Values

MasterKeyParityBad

public static final byte MasterKeyParityBad
See Also:
Constant Field Values

MasterKeyBadKeyData

public static final byte MasterKeyBadKeyData
See Also:
Constant Field Values

ReplaceDefaultDisplay

public static final byte[] ReplaceDefaultDisplay

EnableDefaultDisplay

public static final byte[] EnableDefaultDisplay

CardDataEntryRequest

public static final byte[] CardDataEntryRequest

CardDataEntryResponse

public static final byte[] CardDataEntryResponse

CardDataEntryResponseValue

public static final int CardDataEntryResponseValue
See Also:
Constant Field Values

TracksDisabled

public static final byte TracksDisabled
See Also:
Constant Field Values

BadParityLRC

public static final byte BadParityLRC
See Also:
Constant Field Values

SuccessfulRead

public static final byte SuccessfulRead
See Also:
Constant Field Values

PinEntryRequest

public static final byte[] PinEntryRequest

UseMasterKey

public static final char UseMasterKey
See Also:
Constant Field Values

UseSessionKey

public static final char UseSessionKey
See Also:
Constant Field Values

PinEntryResponse

public static final byte[] PinEntryResponse

PinEntryResponseValue

public static final int PinEntryResponseValue
See Also:
Constant Field Values

PinEntryNoError

public static final byte PinEntryNoError
See Also:
Constant Field Values

PinEntryBadAcct

public static final byte PinEntryBadAcct
See Also:
Constant Field Values

PinEntryMissingFS

public static final byte PinEntryMissingFS
See Also:
Constant Field Values

PinEntryMissKey

public static final byte PinEntryMissKey
See Also:
Constant Field Values

PinEntryBadAmount

public static final byte PinEntryBadAmount
See Also:
Constant Field Values

PinEntryKeyNotReady

public static final byte PinEntryKeyNotReady
See Also:
Constant Field Values

DisplaySingleStringMessage

public static final byte[] DisplaySingleStringMessage

CancelSessionRequest

public static final byte[] CancelSessionRequest


Copyright © 2005, 2007, Oracle. All rights reserved.