BluetoothAdapter.Bind Method

Neo smartpen SDK

BluetoothAdapterBind Method

Bind the bluetooth socket with IPenComm class.

Namespace:  Neosmartpen.Net.Bluetooth
Assembly:  Neosmartpen.Net (in Neosmartpen.Net.dll) Version: 2.1.13.0 (2.1.13)
Syntax
C#
public void Bind(
	IPenComm comm,
	string name = null
)

Parameters

comm
Type: Neosmartpen.NetIPenComm
Provides data handling for Neosmartpen Devices.
name (Optional)
Type: SystemString
The name of IPenComm instance
See Also