Datalogic .NET SDK
KbdType (Enumeration)
Syntax
public enum KbdType: int
{
KeyError = -1,
KeyNone = 0,
KeyNumeric = 1,
KeyAlphaNumeric = 2,
KeyQwerty = 3,
}
Description
Keyboard Type Definitions. The exact layout information is dependant on product model.
Name |
Value |
Description |
KeyError |
-1 |
Error retrieving keyboard type. |
KeyNone |
0 |
Unit has no keyboard attached. |
KeyNumeric |
1 |
Unit has a numeric keyboard attached. |
KeyAlphaNumeric |
2 |
Unit has an alpha numeric keyboard attached. |
KeyQwerty |
3 |
Unit has a Qwerty keyboard attached. |
Copyright © Datalogic ADC. All Right Reserved