Click or drag to resize

DiscoDevsParamsDiscoverDevicesMerge Method

Namespace:  InTheHand.Net.Bluetooth.Factory
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static List<IBluetoothDeviceInfo> DiscoverDevicesMerge(
	bool authenticated,
	bool remembered,
	bool unknown,
	List<IBluetoothDeviceInfo> knownDevices,
	List<IBluetoothDeviceInfo> discoverableDevices,
	bool discoverableOnly,
	DateTime discoTime
)

Parameters

authenticated
Type: SystemBoolean
remembered
Type: SystemBoolean
unknown
Type: SystemBoolean
knownDevices
Type: System.Collections.GenericListIBluetoothDeviceInfo
discoverableDevices
Type: System.Collections.GenericListIBluetoothDeviceInfo
discoverableOnly
Type: SystemBoolean
discoTime
Type: SystemDateTime

Return Value

Type: ListIBluetoothDeviceInfo
See Also