BluetoothEndPoint Constructor

Initializes a new instance of the BluetoothEndPoint class with the specified address and service.

Definition

Namespace: InTheHand.Net
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public BluetoothEndPoint(
	BluetoothAddress address,
	Guid service,
	int port = 0
)

Parameters

address  BluetoothAddress
The Bluetooth address of the device.
service  Guid
The Bluetooth service to use.
port  Int32  (Optional)
Optional port number.

See Also