Click or drag to resize

BluetoothClientDiscoverDevices Method (Int32, Boolean, Boolean, Boolean, Boolean)

Namespace:  InTheHand.Net.Sockets
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public BluetoothDeviceInfo[] DiscoverDevices(
	int maxDevices,
	bool authenticated,
	bool remembered,
	bool unknown,
	bool discoverableOnly
)

Parameters

maxDevices
Type: SystemInt32
authenticated
Type: SystemBoolean
remembered
Type: SystemBoolean
unknown
Type: SystemBoolean
discoverableOnly
Type: SystemBoolean

Return Value

Type: BluetoothDeviceInfo
See Also