Create a client port for connection to a remote device.
| C# | Visual Basic |
public static BluetoothSerialPort CreateClient( string portName, BluetoothEndPoint endPoint )
Public Shared Function CreateClient ( _ portName As String, _ endPoint As BluetoothEndPoint _ ) As BluetoothSerialPort
- portName (String)
- Port name e.g. "COM4"
- endPoint (BluetoothEndPoint)
- Remote device to connect to
A BluetoothSerialPort.