public class ScDevInfo
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable
| Modifier and Type | Field and Description | 
|---|---|
| java.lang.String | mDescrptnThe device's description. | 
| int | mIdThe SC device's ID, this means the device index; devIdx in the 
         DLL functions. | 
| java.lang.String | mSerialNoThe device's serial no. | 
| Constructor and Description | 
|---|
| ScDevInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| ScDevInfo | clone() | 
public int mId
public java.lang.String mSerialNo
public java.lang.String mDescrptn
public ScDevInfo clone()
clone in class java.lang.Object