C# Class Plugin.BLE.BleImplementation

Inheritance: Plugin.BLE.Abstractions.BleImplementationBase
Afficher le fichier Open project: xabre/xamarin-bluetooth-le Class Usage Examples

Méthodes publiques

Méthode Description
BleImplementation ( ) : System

Méthodes protégées

Méthode Description
CreateNativeAdapter ( ) : IAdapter
CreateNativeAdapter ( ) : Plugin.BLE.Abstractions.Contracts.IAdapter
GetInitialStateNative ( ) : BluetoothState
InitializeNative ( ) : void

Private Methods

Méthode Description
GetState ( ) : BluetoothState
UpdateState ( BluetoothState state ) : void

Method Details

BleImplementation() public méthode

public BleImplementation ( ) : System
Résultat System

CreateNativeAdapter() protected méthode

protected CreateNativeAdapter ( ) : IAdapter
Résultat IAdapter

CreateNativeAdapter() protected méthode

protected CreateNativeAdapter ( ) : Plugin.BLE.Abstractions.Contracts.IAdapter
Résultat Plugin.BLE.Abstractions.Contracts.IAdapter

GetInitialStateNative() protected méthode

protected GetInitialStateNative ( ) : BluetoothState
Résultat BluetoothState

InitializeNative() protected méthode

protected InitializeNative ( ) : void
Résultat void