Package | Description |
---|---|
com.zebra.sdk.common.card.containers |
Provides containers for Zebra Card Printer objects.
|
com.zebra.sdk.common.card.enumerations |
Provides card printer enumerated objects.
|
com.zebra.sdk.zmotif.job |
Provides container for ZMotif card printer job related functions.
|
Modifier and Type | Field and Description |
---|---|
DataFormat |
MagSentinel.format
Sentinel data format.
|
DataFormat |
MagConfigInfo.track1Format
Track 1
DataFormat (ASCII or HEX) |
DataFormat |
MagConfigInfo.track2Format
Track 2
DataFormat (ASCII or HEX) |
DataFormat |
MagConfigInfo.track3Format
Track 3
DataFormat (ASCII or HEX) |
Modifier and Type | Method and Description |
---|---|
static DataFormat |
DataFormat.fromString(String text)
Returns the DataFormat enumeration for the specified text or null if no enumeration matches the specified text.
|
static DataFormat |
DataFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataFormat[] |
DataFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<TrackNumber,DataFormat> |
JobControlHelperUtilZmotif.getMagDataFormat()
Returns the magnetic encoding data format for each track.
|
Modifier and Type | Method and Description |
---|---|
void |
JobControlHelperUtilZmotif.setMagDataFormat(java.util.Map<TrackNumber,DataFormat> dataFormat)
Sets the magnetic encoding data format for each track contained in the supplied Map.
|
© 2016 ZIH Corp. All Rights Reserved.