Click or drag to resize

BluetoothClientLiveDiscoveryCallback Delegate

Namespace:  InTheHand.Net.Sockets
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public delegate void LiveDiscoveryCallback(
	IBluetoothDeviceInfo p1,
	Object p2
)

Parameters

p1
Type: InTheHand.Net.Bluetooth.FactoryIBluetoothDeviceInfo
p2
Type: SystemObject
See Also