C# Class Plugin.BLE.Abstractions.BleImplementationBase

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

Méthodes publiques

Méthode Description
Initialize ( ) : void

Méthodes protégées

Méthode Description
BleImplementationBase ( ) : System
CreateNativeAdapter ( ) : IAdapter
GetInitialStateNative ( ) : BluetoothState
InitializeNative ( ) : void

Private Methods

Méthode Description
CreateAdapter ( ) : IAdapter

Method Details

BleImplementationBase() protected méthode

protected BleImplementationBase ( ) : System
Résultat System

CreateNativeAdapter() protected abstract méthode

protected abstract CreateNativeAdapter ( ) : IAdapter
Résultat IAdapter

GetInitialStateNative() protected abstract méthode

protected abstract GetInitialStateNative ( ) : BluetoothState
Résultat BluetoothState

Initialize() public méthode

public Initialize ( ) : void
Résultat void

InitializeNative() protected abstract méthode

protected abstract InitializeNative ( ) : void
Résultat void