Gets the default definition for an existing key on the embedded keyboard.
[C#] public static void GetDefaultKey( PLANES plane, byte page, byte usage, out KEYTYPE keyType, out KEYATTRIBUTE keyAttribute, out MODIFIER modifier, out byte value) ;
plane
Indicates the plane whose key definition is targeted. See See Honeywell.Mobility.Device.Keyboard.PLANES.
page
Page value needed to uniquely identify the key.
usage
Usage value needed to uniquely identify the key.
keyType
Determines the primary function for the key. See Honeywell.Mobility.Device.Keyboard.KEYTYPE.
keyAttribute
Modifies operation of the key. See Honeywell.Mobility.Device.Keyboard.KEYATTRIBUTE.
modifier
Reserved. Set to None.
value
Actual value of the key. Depends on keyType and keyAttribute values.