KeyboardRemap.KeyDefaultExists (byte, byte, byte) Method

Determines if a default definition for a key exists on the embedded keyboard.

Syntax

[C#]
public static bool KeyDefaultExists(
    byte plane, 
    byte page, 
    byte usage, 
);		

Parameters

plane
Indicates the plane whose key definition is targeted. See Honeywell.Mobility.Device.Keyboard.PLANES.

page
Page value needed to uniquely identify the key.

usage
Usage value needed to uniquely identify the key.

Return Values

Returns true if a key definition exists, and returns false otherwise.

Exceptions

KeyboardRemapException

More Information

KeyboardRemap Class