Bio Radio SDK - Xamarin Android
CommonDeviceAPI.Android.BluetoothReceiver Class Reference

Class - blue tooth receiver. More...

Inheritance diagram for CommonDeviceAPI.Android.BluetoothReceiver:

Public Member Functions

 BluetoothReceiver (string prefix, BluetoothSearchUtility searchUtility)
 
override void OnReceive (Context context, Intent intent)
 On received method. More...
 

Properties

System.Collections.Generic.List< BluetoothDeviceInfoDiscoveredDevices [get, set]
 Get and set a discovered devices More...
 
string prefix [get, set]
 Get and set a prefix. More...
 

Detailed Description

Class - blue tooth receiver.

Constructor & Destructor Documentation

◆ BluetoothReceiver()

CommonDeviceAPI.Android.BluetoothReceiver.BluetoothReceiver ( string  prefix,
BluetoothSearchUtility  searchUtility 
)

Member Function Documentation

◆ OnReceive()

override void CommonDeviceAPI.Android.BluetoothReceiver.OnReceive ( Context  context,
Intent  intent 
)

On received method.

Parameters
contextTake context as a context.
intentTake an intent as an intent.

Property Documentation

◆ DiscoveredDevices

System.Collections.Generic.List<BluetoothDeviceInfo> CommonDeviceAPI.Android.BluetoothReceiver.DiscoveredDevices
getset

Get and set a discovered devices

◆ prefix

string CommonDeviceAPI.Android.BluetoothReceiver.prefix
getset

Get and set a prefix.