C# Class Plugin.BLE.BleImplementation

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

Public Methods

Method Description
BleImplementation ( ) : System

Protected Methods

Method Description
CreateNativeAdapter ( ) : IAdapter
CreateNativeAdapter ( ) : Plugin.BLE.Abstractions.Contracts.IAdapter
GetInitialStateNative ( ) : BluetoothState
InitializeNative ( ) : void

Private Methods

Method Description
GetState ( ) : BluetoothState
UpdateState ( BluetoothState state ) : void

Method Details

BleImplementation() public method

public BleImplementation ( ) : System
return System

CreateNativeAdapter() protected method

protected CreateNativeAdapter ( ) : IAdapter
return IAdapter

CreateNativeAdapter() protected method

protected CreateNativeAdapter ( ) : Plugin.BLE.Abstractions.Contracts.IAdapter
return Plugin.BLE.Abstractions.Contracts.IAdapter

GetInitialStateNative() protected method

protected GetInitialStateNative ( ) : BluetoothState
return BluetoothState

InitializeNative() protected method

protected InitializeNative ( ) : void
return void