= OpenBeeper = Opens application communications with the keypad and beeper devices. {{{ void OpenBeeper(void); }}} == Parameters == * Function does not accept any parameters == Return Value == * void - does not return any value == Remarks == * Any application that will use the keypad must call this function before any keypad functions are used. == Examples == {{{ OpenBeeper(); }}} == See Also == * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/KeypadSound/PlayNotes PlayNotes]