Click or drag to resize

aceTerminalInputdoBeepViaConsole Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Does the beep via Beep(Int32, Int32) returns true if OS supported it, false if the OS has no beep support (i.e. WinXP and Vista 64bit)

Namespace:  imbACE.Services.terminal
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public static bool doBeepViaConsole(
	int hz = 800,
	int ms = 200,
	int repeat = 1
)
Request Example View Source

Parameters

hz (Optional)
Type: SystemInt32
The hz.
ms (Optional)
Type: SystemInt32
The ms.
repeat (Optional)
Type: SystemInt32

Return Value

Type: Boolean
See Also