C# Class Plugin.BLE.Android.Service

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
GetCharacteristicsNativeAsync ( ) : Task>

Method Details

GetCharacteristicsNativeAsync() protected méthode

protected GetCharacteristicsNativeAsync ( ) : Task>
Résultat Task>

Service() public méthode

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