public interface SettingsHelperUtilZxp
Modifier and Type | Method and Description |
---|---|
ATMMode |
getATMMode()
Returns the ATM card feed mode.
|
ParameterInfo |
getEndCardOffset()
Returns the printer's end of print value.
|
ParameterInfo |
getHeadResistance()
Returns the print head resistance value and valid range.
|
MagneticEncoderOffsetInfo |
getMagneticEncoderOffsets()
Returns the magnetic encoder offset values.
|
ParameterInfo |
getMonochromeBias()
Returns the monochrome bias value.
|
NetworkInfo |
getNetworkParameters()
Returns a printer's current network parameters.
|
ParameterInfo |
getXOffset(CardSide side)
Returns the x-offset for the specified card side.
|
ParameterInfo |
getYOffset(CardSide side)
Returns the y-offset for the specified card side.
|
boolean |
isCardPrefeed()
Returns the card pre-feed enabled state.
|
void |
setATMMode(ATMMode mode)
Sets the ATM card feed mode.
|
void |
setCardPrefeed(boolean enable)
Sets the card pre-feed enabled state.
|
void |
setEndCardOffset(int offset)
Sets the printer's end of print value.
|
void |
setMonochromeBias(int bias)
Sets the monochrome bias value.
|
void |
setXOffset(CardSide side,
int offset)
Sets the X offset for the specified side of the card.
|
void |
setYOffset(CardSide side,
int offset)
Sets the y-offset for the specified card side.
|
ATMMode getATMMode() throws ConnectionException, SettingsException
ConnectionException
- if the device is busy or there is an error communicating with the printer.SettingsException
- if an error occurs while retrieving the ATM card feed mode.ParameterInfo getEndCardOffset() throws ConnectionException, SettingsException
ConnectionException
- if the device is busy or there is an error communicating with the printer.SettingsException
- if an error occurs while retrieving the end car offset.ParameterInfo getMonochromeBias() throws ConnectionException, SettingsException
ConnectionException
- if the device is busy or there is an error communicating with the printer.SettingsException
- if an error occurs while retrieving the monochrome bias value.ParameterInfo getXOffset(CardSide side) throws ConnectionException, SettingsException
side
- side of card.ConnectionException
- if the device is busy or there is an error communicating with the printer.SettingsException
- if an error occurs while retrieving the x-offset.ParameterInfo getYOffset(CardSide side) throws ConnectionException, SettingsException
side
- side of card.ConnectionException
- if the device is busy or there is an error communicating with the printer.SettingsException
- if an error occurs while retrieving the y-offset.boolean isCardPrefeed() throws ConnectionException, SettingsException
ConnectionException
- if the device is busy or there is an error communicating with the printer.SettingsException
- if an error occurs while retrieving the card pre-feed state.void setATMMode(ATMMode mode) throws SettingsException
mode
- the card feeder source.SettingsException
- if an error occurs while setting the ATM card feed mode, the device is busy, a printer error, or there is an error communicating
with the printer.void setCardPrefeed(boolean enable) throws SettingsException
enable
- true to enable.SettingsException
- if an error occurs while setting the pre-feed state, the device is busy, a printer error, or there is an error communicating with
the printer.void setEndCardOffset(int offset) throws SettingsException
offset
- end of print offset value.SettingsException
- if an error occurs while setting the end of print value, the device is busy, a printer error, or there is an error communicating
with the printer.void setMonochromeBias(int bias) throws SettingsException
bias
- the offset value to be applied to monochrome printing.SettingsException
- if an error occurs while setting the monochrome bias value, the device is busy, a printer error, or there is an error communicating
with the printer.void setXOffset(CardSide side, int offset) throws SettingsException
side
- side of card.offset
- the y-offset value for the specified card side.SettingsException
- if an error occurs while setting the x-offset, the device is busy, a printer error, or there is an error communicating with the
printer.void setYOffset(CardSide side, int offset) throws SettingsException
side
- side of card.offset
- the y-offset value for the specified card side.SettingsException
- if an error occurs while setting the y-offset, the device is busy, a printer error, or there is an error communicating with the
printer.NetworkInfo getNetworkParameters() throws SettingsException
SettingsException
- if an error occurs while retrieving the network parameters, the device is busy, a printer error, or there is an error communicating
with the printer.ParameterInfo getHeadResistance() throws ConnectionException, SettingsException
ConnectionException
- if the device is busy or there is an error communicating with the printer.SettingsException
- if an error occurs while retrieving the head resistance.MagneticEncoderOffsetInfo getMagneticEncoderOffsets() throws ConnectionException, SettingsException, ZebraCardException
ConnectionException
- if the device is busy or there is an error communicating with the printer.SettingsException
- if an error occurs while retrieving the magnetic encoder offsets.ZebraCardException
- if a printer error occurs.
© 2016 ZIH Corp. All Rights Reserved.