IFiscalCore
интерфейс фискального ядра
ILCD.idl
1 package com.multisoft.drivers.fiscalcore;
2 
10 interface ILCD
11 {
21  String GetAidlVersion();
22 
35  boolean IsReady();
36 
42  boolean SetBacklight(int percentage);
43 
48  boolean ClearScreen();
49 
55  boolean SetScreenText(String message);
56 
62  boolean SetScreenBitmap(in byte[] bmp);
63 
71  boolean SetScreenTextBySize(String line, int size, boolean doubleHeight);
72 
83  boolean SetScreenMultiLine(in String[] lines, in int[] proportions);
84 
91  boolean SetScreen2Lines(String top, String bottom);
92 }
Definition: ILCD.idl:10