public class SSI1DParamNameList
extends java.lang.Object
Constructor and Description |
---|
SSI1DParamNameList()
Create an instance of the SSI1DParamNameList class.
|
SSI1DParamNameList(SSI1DParamName item)
Create an instance of the SSI1DParamNameList class.
|
SSI1DParamNameList(SSI1DParamName[] items)
Create an instance of the SSI1DParamNameList class.
|
Modifier and Type | Method and Description |
---|---|
boolean |
add(SSI1DParamName item)
Add parameter type to the SSI1DParamNameList instance.
|
boolean |
add(SSI1DParamName[] items)
Add all the information for the SSI1DParamNameList 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 SSI1DParamNameList instance.
|
public SSI1DParamNameList()
public SSI1DParamNameList(SSI1DParamName item)
public SSI1DParamNameList(SSI1DParamName[] items)
public int getCount()
public boolean add(SSI1DParamName item)
item
- SSI1DParamName represent the parameter type.public boolean add(SSI1DParamName[] items)
items
- An instance of SSI1DParamNameList 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.