com.BTPaySDK
Class ICCReaderStatusStruct

java.lang.Object
  extended by com.BTPaySDK.ICCReaderStatusStruct

public class ICCReaderStatusStruct
extends java.lang.Object

The class for ICC Reader Status.


Field Summary
 boolean cardPresent
          If device has a latch, determines if the card is present in device.If the device does not have a latch,value is always FALSE.
 boolean cardSeated
          Determines if card is inserted.
 boolean iccPower
          Determines if ICC has been powered up.
 boolean latchClosed
          Determines if Card Latch is engaged.If device does not have a latch,value is always FALSE.
 boolean magneticDataPresent
          True = Magnetic data present,False = No Magnetic Data.
 
Constructor Summary
ICCReaderStatusStruct()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iccPower

public boolean iccPower
Determines if ICC has been powered up.


cardSeated

public boolean cardSeated
Determines if card is inserted.


latchClosed

public boolean latchClosed
Determines if Card Latch is engaged.If device does not have a latch,value is always FALSE.


cardPresent

public boolean cardPresent
If device has a latch, determines if the card is present in device.If the device does not have a latch,value is always FALSE.


magneticDataPresent

public boolean magneticDataPresent
True = Magnetic data present,False = No Magnetic Data.

Constructor Detail

ICCReaderStatusStruct

public ICCReaderStatusStruct()