public class ScDevInfo
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
mDescrptn
The device's description.
|
int |
mId
The SC device's ID, this means the device index; devIdx in the
DLL functions.
|
java.lang.String |
mSerialNo
The 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