Package | Description |
---|---|
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 |
---|---|
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.
|
boolean |
JobControlHelperUtilZmotif.isKPanelOverwrite(CardSide side)
Returns whether or not monochrome panel overwrite has been selected for the specified card side.
|
int |
JobUtilZmotif.printTestCard(byte imageNumber,
int copies,
boolean dualSided)
Prints the specified test image.
|
void |
JobUtilZmotif.releaseDeviceReservation(int reservationToken)
Releases the reservation session associated with the reservationToken.
|
void |
JobUtilZmotif.retrySmartCard(SmartCardType type)
Retry the smart card operation.
|
void |
JobControlHelperUtilZmotif.setJobConfiguration(JobConfigInfo jobConfig)
Method for configuring the current print job.
|
void |
JobControlHelperUtilZmotif.setMagBitsPerCharacter(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(Map<TrackNumber,DataFormat> dataFormat)
Sets the magnetic encoding data format for each track contained in the supplied Map.
|
void |
JobControlHelperUtilZmotif.setMagDataParity(Map<TrackNumber,DataCharParity> parity)
Sets the data character parity for each track for the current job.
|
void |
JobControlHelperUtilZmotif.setMagSentinelFormat(Map<TrackNumber,MagSentinel> sentinel)
Sets the sentinel formats for each supplied track for the current job.
|
void |
JobControlHelperUtilZmotif.setMagTrackDensity(Map<TrackNumber,Integer> density)
Sets the density value for each supplied track number for the current job.
|
void |
JobControlHelperUtilZmotif.setSmartCardConfiguration(List<SmartCardType> smartCardTypes)
Configures smart card encoding for the current job.
|
Modifier and Type | Method and Description |
---|---|
void |
JobControlHelperUtilZxp.setSmartCardConfiguration(List<SmartCardType> smartCardTypes)
Configures smart card encoding for the current job.
|
© 2016 ZIH Corp. All Rights Reserved.