Package com.casioeurope.mis.edt.constant
Class KeyLibraryConstant
Object
KeyLibraryConstant
public class KeyLibraryConstant extends Object
The CASIO Enterprise Developer Tools Keyboard Library Constants
Constants to be used in the
Constants to be used in the
KeyLibrary
class.- Since:
- 2.00
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
KeyLibraryConstant.INPUT_MODE
Input Modes available to hardware keyboardsstatic class
KeyLibraryConstant.KEYCODE
Key Codes used in theKeyLibrary
class.static class
KeyLibraryConstant.KEYID
Key IDs used in theKeyLibrary
class.static class
KeyLibraryConstant.METHOD
Methods of theKeyLibrary
class, used e.g. to check availability of said methods usingKeyLibrary.isMethodSupported(BigInteger)
method.static class
KeyLibraryConstant.RETURN
Return Codes to be returned by the methods of theKeyLibrary
class. -
Constructor Summary
Constructors Constructor Description KeyLibraryConstant()
-
Method Summary
-
Constructor Details
-
KeyLibraryConstant
public KeyLibraryConstant()
-