C# 클래스 Plugin.BLE.Android.Descriptor

상속: DescriptorBase
파일 보기 프로젝트 열기: xabre/xamarin-bluetooth-le

공개 메소드들

메소드 설명
Descriptor ( Android.Bluetooth.BluetoothGattDescriptor nativeDescriptor, Android.Bluetooth.BluetoothGatt gatt, IGattCallback gattCallback ) : System

보호된 메소드들

메소드 설명
ReadNativeAsync ( ) : Task
WriteNativeAsync ( byte data ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
InternalWrite ( byte data ) : void
ReadInternal ( ) : void

메소드 상세

Descriptor() 공개 메소드

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

ReadNativeAsync() 보호된 메소드

protected ReadNativeAsync ( ) : Task
리턴 Task

WriteNativeAsync() 보호된 메소드

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