Datalogic .NET SDK
DLCustomKey (Struct)
Syntax
public struct DLCustomKey
{
public DLKeys Key;
public DLKeys Output;
public DLCustomKey(DLKeys Key, DLKeys Output);
public new string ToString();
}
Description
Represents a pair of key values used to redefine the default behavior of a key on the device.
Constructor |
|
|
Name |
Description |
|
DLCustomKey(DLKeys Original, DLKeys New) |
This contructor sets the initial values. |
|
[in] DLKeys Original |
Key to be customized. |
|
[in] DLKeys New |
New key that will be generated when original key is pressed. |
Overridden method |
|
|
Type |
Name |
Description |
string |
ToString() |
Returns a string with the name of the original and new keys, separated by a comma. |
[returns] |
String with the name of the original and new keys. |
|
Type |
Name |
Default Value |
Description |
DLKeys |
Original |
- |
Key that is overriden with a new value. |
DLKeys |
New |
- |
Key that is generated on the device when the "Original" key is pressed. |
Copyright © Datalogic ADC. All Right Reserved