C# Class Plugin.BLE.Android.Descriptor

Inheritance: DescriptorBase
Mostrar archivo Open project: xabre/xamarin-bluetooth-le

Public Methods

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

Protected Methods

Method Description
ReadNativeAsync ( ) : Task
WriteNativeAsync ( byte data ) : System.Threading.Tasks.Task

Private Methods

Method Description
InternalWrite ( byte data ) : void
ReadInternal ( ) : void

Method Details

Descriptor() public method

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

ReadNativeAsync() protected method

protected ReadNativeAsync ( ) : Task
return Task

WriteNativeAsync() protected method

protected WriteNativeAsync ( byte data ) : System.Threading.Tasks.Task
data byte
return System.Threading.Tasks.Task