C# Class Plugin.BLE.Abstractions.ServiceBase

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

Public Methods

Method Description
GetCharacteristicAsync ( System.Guid id ) : Task
GetCharacteristicsAsync ( ) : Task>

Protected Methods

Method Description
GetCharacteristicsNativeAsync ( ) : Task>

Method Details

GetCharacteristicAsync() public method

public GetCharacteristicAsync ( System.Guid id ) : Task
id System.Guid
return Task

GetCharacteristicsAsync() public method

public GetCharacteristicsAsync ( ) : Task>
return Task>

GetCharacteristicsNativeAsync() protected abstract method

protected abstract GetCharacteristicsNativeAsync ( ) : Task>
return Task>