= 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 == * [wiki:PlayNotes PlayNotes]