Create a client port for connection to a remote device. Auto allocates a port from the COM0-9 range.
| C# | Visual Basic |
public static BluetoothSerialPort CreateClient( BluetoothEndPoint endPoint )
Public Shared Function CreateClient ( _ endPoint As BluetoothEndPoint _ ) As BluetoothSerialPort
- endPoint (BluetoothEndPoint)
- Remote device to connect to.
[Missing <returns> documentation for "M:InTheHand.Net.Ports.BluetoothSerialPort.CreateClient(InTheHand.Net.BluetoothEndPoint)"]