Datalogic .NET SDK

KeybdGetKeymapID (Method)

 

Syntax

 

   public static String KeybdGetKeymapID();

 

 

Class                           : Device

Namespace                : Datalogic.API

Assembly                   : Datalogic.API.DLL

 

 

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

Example #035.

 

Copyright © Datalogic ADC. All Right Reserved