C# Class Plugin.BLE.Android.Descriptor

Inheritance: DescriptorBase
Afficher le fichier Open project: xabre/xamarin-bluetooth-le

Méthodes publiques

Méthode Description
Descriptor ( Android.Bluetooth.BluetoothGattDescriptor nativeDescriptor, Android.Bluetooth.BluetoothGatt gatt, IGattCallback gattCallback ) : System

Méthodes protégées

Méthode Description
ReadNativeAsync ( ) : Task
WriteNativeAsync ( byte data ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
InternalWrite ( byte data ) : void
ReadInternal ( ) : void

Method Details

Descriptor() public méthode

public Descriptor ( Android.Bluetooth.BluetoothGattDescriptor nativeDescriptor, Android.Bluetooth.BluetoothGatt gatt, IGattCallback gattCallback ) : System
nativeDescriptor Android.Bluetooth.BluetoothGattDescriptor
gatt Android.Bluetooth.BluetoothGatt
gattCallback IGattCallback
Résultat System

ReadNativeAsync() protected méthode

protected ReadNativeAsync ( ) : Task
Résultat Task

WriteNativeAsync() protected méthode

protected WriteNativeAsync ( byte data ) : System.Threading.Tasks.Task
data byte
Résultat System.Threading.Tasks.Task