wiki:Docs/Prog/Manual/ApplicationLibraries/lib825ev/KeypadSound/KeyPadInsertKey

Version 1 (modified by Don Wilson, 6 years ago) ( diff )

--

KeyPadInsertKey

Insert a character into the keypad buffer.

void KeyPadInsertKey(uint8 ky);

Parameters

ky - character value to insert

Return Value

  • void - does not return any value

Remarks

Applications must call OpenBeeper before the keypad or beeper devices may be used from the application.

Examples

KeyPadInsertKey(ESC);

See Also

Note: See TracWiki for help on using the wiki.