예제 #1
0
 public void sysBeep(OutputStream out, byte[] buf, int len) {
   if (buf[2] == '1') {
     buzzer.beep();
   }
   writeCRLF(out, "h");
 }