public class LineaProInformation
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static LineaProInformation |
create(byte[] data)
Create instance of this class from binary data.
|
byte[] |
getData()
Get the creation data.
|
java.lang.String |
getManufacturer()
Get device manufacturer.
|
java.lang.String |
getModel()
Get device model.
|
java.lang.String |
getName()
Get device name.
|
java.lang.String |
getSerialNumber()
Get Device serial number.
|
java.lang.String |
getVersion()
Device firmware version.
|
boolean |
hasBarcodeEngine()
Get if device has barcode engine.
|
boolean |
hasEncryptedMagneticHead()
Get if device has encrypted magnetic head.
|
boolean |
hasExternalSpeaker()
Get if device has external speaker.
|
boolean |
hasIntermecEngine()
Get if device has Intermec barcode engine.
|
boolean |
hasLED()
Get if device has LED panel.
|
boolean |
hasMagneticHead()
Get if device has any magnetic head.
|
boolean |
hasNewlandEngine()
Get if device has Newland barcode engine.
|
boolean |
hasOpticodeEngine()
Get if device has Opticon barcode engine.
|
boolean |
hasStandardMagneticHead()
Get if device has standard magnetic head.
|
public static LineaProInformation create(byte[] data)
data
- the data.public byte[] getData()
public java.lang.String getSerialNumber()
public java.lang.String getManufacturer()
public java.lang.String getName()
public java.lang.String getModel()
public java.lang.String getVersion()
public boolean hasOpticodeEngine()
public boolean hasNewlandEngine()
public boolean hasIntermecEngine()
public boolean hasBarcodeEngine()
public boolean hasEncryptedMagneticHead()
public boolean hasStandardMagneticHead()
public boolean hasMagneticHead()
public boolean hasExternalSpeaker()
public boolean hasLED()