![]() |
Bio Radio SDK - Xamarin Android
|
Mock Device Search Utility Class. More...
Public Member Functions | |
MockDeviceSearchUtility (string prefix) | |
Mock device search utility constructor. More... | |
void | StartDeviceScan () |
Start device scan. More... | |
void | StopDeviceScan () |
Stop device scan. More... | |
System.Collections.Generic.List< BluetoothDeviceInfo > | FindBluetoothDevices () |
Find blue tooth devices. More... | |
List< BluetoothDeviceInfo > | FindPairedBluetoothDevices () |
Find already paired blue tooth devices. More... | |
Events | |
EventHandler< DeviceFoundEventArgs > | DeviceFoundEvent |
Event handler - device found event. More... | |
![]() | |
EventHandler< DeviceFoundEventArgs > | DeviceFoundEvent |
Event raised when a device has been found after calling StartDeviceScan More... | |
Mock Device Search Utility Class.
GLNeuroTech.Devices.Common.MockDeviceSearchUtility.MockDeviceSearchUtility | ( | string | prefix | ) |
Mock device search utility constructor.
prefix | Take a prefix string as parameter. |
System.Collections.Generic.List<BluetoothDeviceInfo> GLNeuroTech.Devices.Common.MockDeviceSearchUtility.FindBluetoothDevices | ( | ) |
Find blue tooth devices.
Implements GLNeuroTech.Devices.Common.IDeviceSearchUtility.
List<BluetoothDeviceInfo> GLNeuroTech.Devices.Common.MockDeviceSearchUtility.FindPairedBluetoothDevices | ( | ) |
Find already paired blue tooth devices.
Implements GLNeuroTech.Devices.Common.IDeviceSearchUtility.
void GLNeuroTech.Devices.Common.MockDeviceSearchUtility.StartDeviceScan | ( | ) |
Start device scan.
Implements GLNeuroTech.Devices.Common.IDeviceSearchUtility.
void GLNeuroTech.Devices.Common.MockDeviceSearchUtility.StopDeviceScan | ( | ) |
Stop device scan.
Implements GLNeuroTech.Devices.Common.IDeviceSearchUtility.
EventHandler<DeviceFoundEventArgs> GLNeuroTech.Devices.Common.MockDeviceSearchUtility.DeviceFoundEvent |
Event handler - device found event.