
- 189 -
Beep
Initializes a new instance of the Beep class.
■ Syntax
[VB]
Public Sub New( )
[C#]
public Beep( )
■ Parameters
None
■ Exceptions
None
[Ex.] Create a MyBeep beeper/vibrator instance.
[VB] Dim MyBeep As LED = New Beep
[C#] LED MyBeep = new Beep();
Kommentare zu diesen Handbüchern