In The Hand
CreateClient Method (portName, endPoint)
NamespacesInTheHand.Net.PortsBluetoothSerialPortCreateClient(String, BluetoothEndPoint)
.NET Components for Mobility
Create a client port for connection to a remote device.
Declaration Syntax
C#Visual Basic
public static BluetoothSerialPort CreateClient(
	string portName,
	BluetoothEndPoint endPoint
)
Public Shared Function CreateClient ( _
	portName As String, _
	endPoint As BluetoothEndPoint _
) As BluetoothSerialPort
Parameters
portName (String)
Port name e.g. "COM4"
endPoint (BluetoothEndPoint)
Remote device to connect to
Return Value
A BluetoothSerialPort.

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