![]() |
Bio Radio SDK - Xamarin Android
|
Interface that describes common functionality for discovering devices. More...
Public Member Functions | |
void | StartDeviceScan () |
Begins scanning for devices in the area and will raise the DeviceFoundEvent when a device is found. This method will continue to scan for devices until StopDeviceScan is called. More... | |
void | StopDeviceScan () |
Stops scanning for devices. More... | |
List< BluetoothDeviceInfo > | FindBluetoothDevices () |
Method will scan and return a list of devices found in the area More... | |
List< BluetoothDeviceInfo > | FindPairedBluetoothDevices () |
Method will return a list of paired devices More... | |
Events | |
EventHandler< DeviceFoundEventArgs > | DeviceFoundEvent |
Event raised when a device has been found after calling StartDeviceScan More... | |
Interface that describes common functionality for discovering devices.
List<BluetoothDeviceInfo> GLNeuroTech.Devices.Common.IDeviceSearchUtility.FindBluetoothDevices | ( | ) |
Method will scan and return a list of devices found in the area
Implemented in CommonDeviceAPI.Android.BluetoothSearchUtility, and GLNeuroTech.Devices.Common.MockDeviceSearchUtility.
List<BluetoothDeviceInfo> GLNeuroTech.Devices.Common.IDeviceSearchUtility.FindPairedBluetoothDevices | ( | ) |
Method will return a list of paired devices
Implemented in CommonDeviceAPI.Android.BluetoothSearchUtility, and GLNeuroTech.Devices.Common.MockDeviceSearchUtility.
void GLNeuroTech.Devices.Common.IDeviceSearchUtility.StartDeviceScan | ( | ) |
Begins scanning for devices in the area and will raise the DeviceFoundEvent when a device is found. This method will continue to scan for devices until StopDeviceScan is called.
Implemented in CommonDeviceAPI.Android.BluetoothSearchUtility, and GLNeuroTech.Devices.Common.MockDeviceSearchUtility.
void GLNeuroTech.Devices.Common.IDeviceSearchUtility.StopDeviceScan | ( | ) |
Stops scanning for devices.
Implemented in CommonDeviceAPI.Android.BluetoothSearchUtility, and GLNeuroTech.Devices.Common.MockDeviceSearchUtility.
EventHandler<DeviceFoundEventArgs> GLNeuroTech.Devices.Common.IDeviceSearchUtility.DeviceFoundEvent |
Event raised when a device has been found after calling StartDeviceScan