KeyboardRemap.KeyExists (byte,byte,byte) Method

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

Syntax

[C#]
public static bool KeyExists(
    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.

Exceptions

KeyboardRemapException

More Information

KeyboardRemap Class