Datalogic .NET SDK
KeybdGetType (Method)
Syntax
public static KbdType KeybdGetType();
Description
Returns the enumeration that identifies which type of keypad is installed. The exact keyboard layout information is dependant on the product model.
See product documentation for details.
Parameters Table
|
Type |
Parameter |
Description |
[in] |
Void |
|
- |
|
|
|
|
[returns] |
KbdType |
|
A Datalogic.API.Device.KbdType enumeration is returned. |
[on error] |
KbdType.KeyError |
|
- |
Example
private void SetKeyboardDisplay() { txtKbdModel.Text = "" + Device.KeybdGetType(); }
|
See Also
Device.KbdType (Enum), Example #022.
Copyright © Datalogic ADC. All Right Reserved