C# Class Plugin.BLE.Android.Service

Inheritance: Plugin.BLE.Abstractions.ServiceBase
Mostrar archivo Open project: xabre/xamarin-bluetooth-le Class Usage Examples

Public Methods

Method Description
Service ( Android.Bluetooth.BluetoothGattService nativeService, Android.Bluetooth.BluetoothGatt gatt, IGattCallback gattCallback ) : System

Protected Methods

Method Description
GetCharacteristicsNativeAsync ( ) : Task>

Method Details

GetCharacteristicsNativeAsync() protected method

protected GetCharacteristicsNativeAsync ( ) : Task>
return Task>

Service() public method

public Service ( Android.Bluetooth.BluetoothGattService nativeService, Android.Bluetooth.BluetoothGatt gatt, IGattCallback gattCallback ) : System
nativeService Android.Bluetooth.BluetoothGattService
gatt Android.Bluetooth.BluetoothGatt
gattCallback IGattCallback
return System