
Bluetooth
Initializes a new instance of the Bluetooth class.
■ Syntax
[VB]
Public Sub New( )
[C#]
public Bluetooth( )
■ Parameters
None
■ Exceptions
None
[Ex.] Create a Bluetooth instance.
[VB] Dim MyBluetooth As Bluetooth = New Bluetooth
[C#] Bluetooth MyBluetooth = new Bluetooth ();
268
Comentarios a estos manuales