public static class BarCodeReader.PropertyNum
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
static int |
BTLD_FW_VER
Property number used to get the firmware Bootloader version string
|
static int |
ENGINE_STATUS
Property number used to get the Zebra engine extended status (4 bytes)
Returned data includes both instantaneous(byte 0) and latched data(byte 3)
|
static int |
ENGINE_VER
Property number used to get the Scan Engine version string
|
static int |
HORIZONTAL_RES
Property number used to get the scanner's horizontal resolution
|
static int |
IMGKIT_VER
Property number used to get the Image Kit version string
|
static int |
MAX_FRAME_BUFFER_SIZE
Property number used to get the maximum buffer size required for a frame
|
static int |
MODEL_NUMBER
Property number used to get the scanner model number string
|
static int |
SDL_VER
Property number used to get the SDL version string
|
static int |
SERIAL_NUM
Property number used to get the scanner serial number string
|
static int |
VERTICAL_RES
Property number used to get the scanner's vertical resolution
|
构造器和说明 |
---|
PropertyNum() |
public static final int MODEL_NUMBER
public static final int SERIAL_NUM
public static final int MAX_FRAME_BUFFER_SIZE
public static final int HORIZONTAL_RES
public static final int VERTICAL_RES
public static final int IMGKIT_VER
public static final int ENGINE_VER
public static final int BTLD_FW_VER
public static final int ENGINE_STATUS
public static final int SDL_VER