Click or drag to resize

CommonDiscoveryBluetoothClientBeginInquiry Method

Namespace:  InTheHand.Net.Bluetooth.Factory
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
protected abstract void BeginInquiry(
	int maxDevices,
	AsyncCallback callback,
	Object state,
	BluetoothClientLiveDiscoveryCallback liveDiscoHandler,
	Object liveDiscoState,
	DiscoDevsParams args
)

Parameters

maxDevices
Type: SystemInt32
callback
Type: SystemAsyncCallback
state
Type: SystemObject
liveDiscoHandler
Type: InTheHand.Net.SocketsBluetoothClientLiveDiscoveryCallback
liveDiscoState
Type: SystemObject
args
Type: InTheHand.Net.Bluetooth.FactoryDiscoDevsParams
See Also