com.datecs.api.emsr
Class EMSR.EMSRInformation

java.lang.Object
  extended by com.datecs.api.emsr.EMSR.EMSRInformation
Enclosing class:
EMSR

public static class EMSR.EMSRInformation
extends java.lang.Object

The class that contains various information about encrypted magnetic stripe reader (EMSR).


Field Summary
 java.lang.String name
          Device representative name.
 java.lang.String serial
          Device serial number
 java.lang.String version
          Device firmware version.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public final java.lang.String name
Device representative name.


version

public final java.lang.String version
Device firmware version.


serial

public final java.lang.String serial
Device serial number

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object