BluetoothClientConnect Method

Connects the client to a remote Bluetooth host using the specified Bluetooth address and service identifier.

Definition

Namespace: InTheHand.Net.Sockets
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public void Connect(
	BluetoothAddress address,
	Guid service
)

Parameters

address  BluetoothAddress
The BluetoothAddress of the remote host.
service  Guid
The Service Class Id of the service on the remote host. The standard Bluetooth service classes are provided on BluetoothService.

See Also