![]() |
Bio Radio SDK - Xamarin Android
|
Blue tooth search utility device. More...
Public Member Functions | |
BluetoothSearchUtility (string prefix) | |
Blue tooth search utility method. More... | |
void | RaiseDeviceFoundEvent (BluetoothDeviceInfo deviceInfo) |
Raise the device found event. More... | |
void | StartDeviceScan () |
Start scanning for devices. More... | |
void | StopDeviceScan () |
Stop scanning for devices. More... | |
List< BluetoothDeviceInfo > | FindBluetoothDevices () |
Return a list of fonded blue tooth devices. More... | |
List< BluetoothDeviceInfo > | FindPairedBluetoothDevices () |
Find paired blue tooth devices. More... | |
void | Dispose () |
Dispose a blue tooth device. More... | |
Events | |
EventHandler< DeviceFoundEventArgs > | DeviceFoundEvent |
Event Handler device found. More... | |
![]() | |
EventHandler< DeviceFoundEventArgs > | DeviceFoundEvent |
Event raised when a device has been found after calling StartDeviceScan More... | |
Blue tooth search utility device.
CommonDeviceAPI.Android.BluetoothSearchUtility.BluetoothSearchUtility | ( | string | prefix | ) |
Blue tooth search utility method.
prefix | Take a prefix as a string. |
void CommonDeviceAPI.Android.BluetoothSearchUtility.Dispose | ( | ) |
Dispose a blue tooth device.
List<BluetoothDeviceInfo> CommonDeviceAPI.Android.BluetoothSearchUtility.FindBluetoothDevices | ( | ) |
Return a list of fonded blue tooth devices.
Implements GLNeuroTech.Devices.Common.IDeviceSearchUtility.
List<BluetoothDeviceInfo> CommonDeviceAPI.Android.BluetoothSearchUtility.FindPairedBluetoothDevices | ( | ) |
Find paired blue tooth devices.
Implements GLNeuroTech.Devices.Common.IDeviceSearchUtility.
void CommonDeviceAPI.Android.BluetoothSearchUtility.RaiseDeviceFoundEvent | ( | BluetoothDeviceInfo | deviceInfo | ) |
Raise the device found event.
deviceInfo | Take a device information as a BluetoothDeviceInfo. |
void CommonDeviceAPI.Android.BluetoothSearchUtility.StartDeviceScan | ( | ) |
Start scanning for devices.
Implements GLNeuroTech.Devices.Common.IDeviceSearchUtility.
void CommonDeviceAPI.Android.BluetoothSearchUtility.StopDeviceScan | ( | ) |
Stop scanning for devices.
Implements GLNeuroTech.Devices.Common.IDeviceSearchUtility.
EventHandler<DeviceFoundEventArgs> CommonDeviceAPI.Android.BluetoothSearchUtility.DeviceFoundEvent |
Event Handler device found.