C# Class Plugin.BLE.iOS.Descriptor

Inheritance: DescriptorBase
ファイルを表示 Open project: xabre/xamarin-bluetooth-le

Public Methods

Method Description
Descriptor ( CBDescriptor nativeDescriptor, CBPeripheral parentDevice ) : System

Protected Methods

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

Method Details

Descriptor() public method

public Descriptor ( CBDescriptor nativeDescriptor, CBPeripheral parentDevice ) : System
nativeDescriptor CBDescriptor
parentDevice CBPeripheral
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