Click or drag to resize

consolePlatformbeep Method (Int32, Int32)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Beeps using [!:terminal.aceTerminalInput.doBeepViaConsole(int, int)] since it is OS safe

Namespace:  imbACE.Services.platform
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public override void beep(
	int frequency,
	int duration
)
Request Example View Source

Parameters

frequency
Type: SystemInt32
u hz
duration
Type: SystemInt32
u mili sekundama

Implements

IPlatformBasebeep(Int32, Int32)
See Also