Datalogic .NET SDK
KbdRemapError (Enumeration)
Syntax
public enum KbdRemapError: int
{
FileOpenError = -10,
FileSignatureError = -20,
CheckSumError = -30,
FileSizeError = -40,
VersionError = -50,
KeypadError = -60,
TableLoadError = -70,
RemapSuccess = 0,
RemapBusy = 1
}
Description
Keyboard remap error definitions.
Name |
Value |
Description |
FileOpenError |
-10 |
Error openning keymap file. |
FileSignatureError |
-20 |
File signature is incorrect. |
CheckSumError |
-30 |
Checksum error. |
FileSizeError |
-40 |
Size of file does not match size field. |
VersionError |
-50 |
Version not supported. |
KeypadError |
-60 |
Keymap is not supported by installed keypad. |
TableLoadError |
-70 |
Table could not be loaded. |
RemapSuccess |
0 |
Remap was successful. |
RemapBusy |
1 |
Remapping is in progress. |
Copyright © Datalogic ADC. All Right Reserved