Datalogic .NET SDK
KeybdGetKeymapID (Method)
Syntax
public static String KeybdGetKeymapID();
Description
Retreive the ID of the currently loaded Keyboard Keymap.
Parameters Table
|
Type |
Parameter |
Description |
[in] |
void |
|
- |
|
|
|
|
[returns] |
String |
|
A string containing the keymap ID. |
[on error] |
- |
|
- |
Example
private void btnGetMapId_Click(object sender, EventArgs e) { txtGetMapId.Text = Device.KeybdGetKeymapID(); }
|
See Also
Copyright © Datalogic ADC. All Right Reserved