In The Hand
BluetoothEndPoint Constructor (address, service, port)
NamespacesInTheHand.NetBluetoothEndPointBluetoothEndPoint(BluetoothAddress, Guid, Int32)
.NET Components for Mobility
Initializes a new instance of the BluetoothEndPoint class with the specified address, service and port number.
Declaration Syntax
C#Visual Basic
public BluetoothEndPoint(
	BluetoothAddress address,
	Guid service,
	int port
)
Public Sub New ( _
	address As BluetoothAddress, _
	service As Guid, _
	port As Integer _
)
Parameters
address (BluetoothAddress)
The Bluetooth address of the device. A six byte array.
service (Guid)
The Bluetooth service to use.
port (Int32)
Radio channel to use, -1 for any.

Assembly: InTheHand.Net.Personal (Module: InTheHand.Net.Personal) Version: 3.0.0.0