Example #1
0
 internal BluetoothClient(BluetoothFactory factory, BluetoothEndPoint localEP)
     : this(factory.DoGetBluetoothClient(localEP))
 {
 }
Example #2
0
 internal BluetoothClient(BluetoothFactory factory)
     : this(factory.DoGetBluetoothClient())
 {
 }