Creates a BluetoothSerialPort instance from an existing open virtual serial port handle.
| C# | Visual Basic |
public static BluetoothSerialPort FromHandle( IntPtr handle )
Public Shared Function FromHandle ( _ handle As IntPtr _ ) As BluetoothSerialPort
- handle (IntPtr)
- Handle value created previously by BluetoothSerialPort.
BluetoothSerialPort wrapper around handle.