Initializes a new instance of the BluetoothClient class and binds it to the specified local endpoint.
| C# | Visual Basic |
public BluetoothClient( BluetoothEndPoint localEP )
Public Sub New ( _ localEP As BluetoothEndPoint _ )
- localEP (BluetoothEndPoint)
- The BluetoothEndPoint to which you bind the Bluetooth Socket. Only necessary on multi-radio system where you want to select the local radio to use.