Create a virtual server port to listen for incoming connections. Auto allocates a port from the COM0-9 range.
| C# | Visual Basic |
public static BluetoothSerialPort CreateServer( Guid service )
Public Shared Function CreateServer ( _ service As Guid _ ) As BluetoothSerialPort
- service (Guid)
- Service GUID to listen on.
[Missing <returns> documentation for "M:InTheHand.Net.Ports.BluetoothSerialPort.CreateServer(System.Guid)"]