BluetoothAdapter.OnConnected Delegate

Neo smartpen SDK

BluetoothAdapterOnConnected Delegate

The delegate models a callback to get Class of Device when connection is established.

Namespace:  Neosmartpen.Net.Bluetooth
Assembly:  Neosmartpen.Net (in Neosmartpen.Net.dll) Version: 2.1.13.0 (2.1.13)
Syntax
C#
public delegate void OnConnected(
	uint deviceClass
)

Parameters

deviceClass
Type: SystemUInt32
Class of Device of the remote device
See Also