Package | Description |
---|---|
com.zebra.sdk.common.card.printer.discovery |
Provides interfaces for discovering Zebra card printers.
|
com.zebra.sdk.zmotif.device |
Provides ZMotif card printer objects.
|
com.zebra.sdk.zmotif.job |
Provides container for ZMotif card printer job related functions.
|
com.zebra.sdk.zxp.job |
Provides container for ZXP job related functions
|
Modifier and Type | Method and Description |
---|---|
static java.util.Map<String,String> |
DiscoveryUtilCard.getDiscoveryDataMap(Connection connection)
Reads the discovery packet from the provided connection.
|
Modifier and Type | Method and Description |
---|---|
CardTypeInfo |
DeviceUtilZmotif.getCardTypeInformation(String cardType)
Queries the printer and returns the card type information for specified card type.
|
Modifier and Type | Method and Description |
---|---|
ReservationInfo |
JobUtilZmotif.getReservationStatus(int reservationToken)
Queries the printer and returns the current status of the printer from the supplied reservation token.
|
int |
JobUtilZmotif.printTestCard(byte imageNumber,
int copies,
boolean dualSided)
Prints the specified test image.
ZMotif series 7, 8, and 9 printers only. |
void |
JobUtilZmotif.printTestCard(String testPrintName)
Prints the specified test image.
ZC Series printers only. |
void |
JobUtilZmotif.releaseDeviceReservation(int reservationToken)
Releases the reservation session associated with the reservationToken.
|
void |
JobUtilZmotif.retrySmartCard(SmartCardType type)
Repositions a smart card that is already present at the encoder.
|
void |
JobControlHelperUtilZmotif.setJobConfiguration(JobConfigInfo jobConfig)
Method for configuring the current print job.
|
void |
JobControlHelperUtilZmotif.setMagBitsPerCharacter(java.util.Map<TrackNumber,Integer> bitsPerChar)
Sets the bits per character for each track.
|
void |
JobControlHelperUtilZmotif.setMagConfiguration(MagConfigInfo magConfig)
Method for configuring settings for a magnetic encoding job.
|
void |
JobControlHelperUtilZmotif.setMagDataFormat(java.util.Map<TrackNumber,DataFormat> dataFormat)
Sets the magnetic encoding data format for each track contained in the supplied Map.
|
void |
JobControlHelperUtilZmotif.setMagDataParity(java.util.Map<TrackNumber,DataCharParity> parity)
Sets the data character parity for each track for the current job.
|
void |
JobControlHelperUtilZmotif.setMagEncodingType(java.util.Map<TrackNumber,MagEncodingType> type)
Sets the magnetic encoding type for each track contained in the specified Map object.
|
void |
JobControlHelperUtilZmotif.setMagSentinelFormat(java.util.Map<TrackNumber,MagSentinel> sentinel)
Sets the sentinel formats for each supplied track for the current job.
|
void |
JobControlHelperUtilZmotif.setMagTrackDensity(java.util.Map<TrackNumber,Integer> density)
Sets the density value for each supplied track number for the current job.
|
void |
JobControlHelperUtilZmotif.setSmartCardConfiguration(java.util.List<SmartCardType> smartCardTypes)
Deprecated.
|
void |
JobControlHelperUtilZmotif.setSmartCardConfigurations(java.util.List<String> smartCardTypes)
Configures smart card encoding for the current job.
|
Modifier and Type | Method and Description |
---|---|
void |
JobControlHelperUtilZxp.setSmartCardConfiguration(java.util.List<SmartCardType> smartCardTypes)
Configures smart card encoding for the current job.
|
© 2016 ZIH Corp. All Rights Reserved.