Class cmdDisplay
java.lang.Object
com.datecs.fiscalprinter.SDK.model.DatecsFiscalDevice
com.datecs.fiscalprinter.SDK.model.UserLayerV2.cmdDisplay
public class cmdDisplay extends DatecsFiscalDevice
-
Constructor Summary
Constructors Constructor Description cmdDisplay() -
Method Summary
Modifier and Type Method Description voidclear()Clears the external display.intGetBkLightAutoOff()voidSetBkLightAutoOff(java.lang.String value)voidsetLowerLineText(java.lang.String lowerLineText)Displaying text on upper line of the external display.voidsetUpperLineText(java.lang.String upperLineText)Displaying text on second line of the external display.Methods inherited from class com.datecs.fiscalprinter.SDK.model.DatecsFiscalDevice
checkErrorCode, close, getConnectedECRV1, getConnectedModelV2, getConnectedPrinterV1, getCountryCode, getMaxDepartments, getMaxStockGroup, isCheckLastError, isConnectedDeviceV2, isConnectedECR, isConnectedPrinter, isEditItemPrice, isEditItemQTY, isFontSupported, isPaperCuttingDevice, setCheckLastError, setConnectedModel, setConnectedModel, setConnectedModel, setCountryCode
-
Constructor Details
-
cmdDisplay
public cmdDisplay()
-
-
Method Details
-
setUpperLineText
Displaying text on second line of the external display.- Parameters:
upperLineText-- Throws:
FiscalException
-
setLowerLineText
Displaying text on upper line of the external display.- Parameters:
lowerLineText-- Throws:
FiscalException
-
clear
Clears the external display.- Throws:
java.io.IOExceptionFiscalException
-
GetBkLightAutoOff
public int GetBkLightAutoOff() -
SetBkLightAutoOff
public void SetBkLightAutoOff(java.lang.String value)
-