public static class CmdSystem.ImageInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
hwRev
Hardware revision, hex, interpreted as decimal: YYMMDDRR
|
short |
idx
Index position on flash (0..3)
|
static int |
IMGTYPE_BASE
Base image
|
static int |
IMGTYPE_CALIB
Calibration image (deprecated)
|
static int |
IMGTYPE_GOLDEN
Golden image
|
static int |
IMGTYPE_NONE
There is no image at the specified location
|
static int |
IMGTYPE_RUNTIME
Runtime image
|
static int |
IMGTYPE_UNKNOWN
There is an image, but it has no meta-data
|
int |
swRev
Software revision, hex, interpreted as decimal: YYMMDDRR
|
short |
type
see IMGTYPE_* constants
|
public static final int IMGTYPE_NONE
public static final int IMGTYPE_UNKNOWN
public static final int IMGTYPE_GOLDEN
public static final int IMGTYPE_RUNTIME
public static final int IMGTYPE_BASE
public static final int IMGTYPE_CALIB
public final short idx
public final short type
public final int hwRev
public final int swRev