Uses of EpsonCom.MICR_FONT in com.epson.EpsonCom |
---|
Methods in com.epson.EpsonCom that return EpsonCom.MICR_FONT | |
---|---|
static EpsonCom.MICR_FONT |
EpsonCom.MICR_FONT.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EpsonCom.MICR_FONT[] |
EpsonCom.MICR_FONT.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.epson.EpsonCom with parameters of type EpsonCom.MICR_FONT | |
---|---|
EpsonCom.ERROR_CODE |
EpsonComDevice.readMICR(EpsonCom.MICR_FONT font,
java.lang.Boolean waitforanswer,
int timeout)
readMICR initiates the check (MICR) reading the result can be obtained by using the getMICR command |
EpsonCom.ERROR_CODE |
EpsonComDevice.readMICRScanCheck(EpsonCom.MICR_FONT font,
java.lang.Boolean waitforanswer,
int timeout)
readMICRScanCheck initiates check (MICR) reading followed by a check image scan if callback is registered, it will result in getting two callbacks, one for MICR and one for the image |