BluetoothClientConnect Method
Connects the client to a remote Bluetooth host using the specified Bluetooth address and service identifier.
Namespace: InTheHand.Net.SocketsAssembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public void Connect(
BluetoothAddress address,
Guid service
)
Public Sub Connect (
address As BluetoothAddress,
service As Guid
)
public:
void Connect(
BluetoothAddress^ address,
Guid service
)
member Connect :
address : BluetoothAddress *
service : Guid -> unit
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.