public class SSI2DParamNameList
extends java.lang.Object
Constructor and Description |
---|
SSI2DParamNameList()
Create an instance of the SSI2DParamNameList class.
|
SSI2DParamNameList(SSI2DParamName item)
Create an instance of the SSI2DParamNameList class.
|
SSI2DParamNameList(SSI2DParamName[] items)
Create an instance of the SSI2DParamNameList class.
|
Modifier and Type | Method and Description |
---|---|
boolean |
add(SSI2DParamName item)
Add parameter type to the SSI2DParamNameList instance.
|
boolean |
add(SSI2DParamName[] items)
Add all the information for the SSI2DParamNameList instance.
|
byte[] |
getBytes(int engine)
Returns the parameter value to the barcode module of the instrument.
|
int |
getCount()
Returns the type of parameter stored in the SSI2DParamNameList instance.
|
public SSI2DParamNameList()
public SSI2DParamNameList(SSI2DParamName item)
public SSI2DParamNameList(SSI2DParamName[] items)
public int getCount()
public boolean add(SSI2DParamName item)
item
- SSI2DParamName represent the parameter type.public boolean add(SSI2DParamName[] items)
items
- An instance of SSI2DParamNameList with added parameter informations.public byte[] getBytes(int engine) throws ATException
engine
- An identifier representing the type of the barcode module.ATException
- An ATException exception is thrown if a failure occurs while setting data on the instrument or returning data.