SYSbeep

Top  Previous  Next

Tone spend.

The tone can be put into length and pitch.

Parametre

ton (int) [IN]

With ton the pitch can be given in hertz.

len (int) [IN]

With len the duration of the signal can be given during milliseconds.

Result

---

Declaration

#include "basic.h"

 

void DLLENTRY SYSbeep (

int ton,

int len

);