|
BioRadioDeviceManagerDiscoverBluetoothDevices Method |
Performs a search for devices in the vicinity.
Namespace: GLNeuroTech.Devices.BioRadioAssembly: BioRadioAPI (in BioRadioAPI.dll) Version: 1.0.266.19973 (1.0.266.19973)
Syntax public BluetoothDeviceInfo[] DiscoverBluetoothDevices()
Public Function DiscoverBluetoothDevices As BluetoothDeviceInfo()
public:
array<BluetoothDeviceInfo^>^ DiscoverBluetoothDevices()
member DiscoverBluetoothDevices : unit -> BluetoothDeviceInfo[]
Return Value
Type:
BluetoothDeviceInfoAn array of
BluetoothDeviceInfo objects that contain information about the discovered devices.
See Also