public IReadOnlyCollection<BluetoothDeviceInfo> DiscoverDevices(
int maxDevices
)
Public Function DiscoverDevices (
maxDevices As Integer
) As IReadOnlyCollection(Of BluetoothDeviceInfo)
public:
IReadOnlyCollection<BluetoothDeviceInfo^>^ DiscoverDevices(
int maxDevices
)
member DiscoverDevices :
maxDevices : int -> IReadOnlyCollection<BluetoothDeviceInfo>
[Missing <param name="maxDevices"/> documentation for "M:InTheHand.Net.Sockets.BluetoothClient.DiscoverDevices(System.Int32)"]