|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.BTPaySDK.ICCReaderStatusStruct
public class ICCReaderStatusStruct
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 |
---|
public boolean iccPower
public boolean cardSeated
public boolean latchClosed
public boolean cardPresent
public boolean magneticDataPresent
Constructor Detail |
---|
public ICCReaderStatusStruct()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |