C# Class Plugin.BLE.Abstractions.BleImplementationBase

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

Public Methods

Method Description
Initialize ( ) : void

Protected Methods

Method Description
BleImplementationBase ( ) : System
CreateNativeAdapter ( ) : IAdapter
GetInitialStateNative ( ) : BluetoothState
InitializeNative ( ) : void

Private Methods

Method Description
CreateAdapter ( ) : IAdapter

Method Details

BleImplementationBase() protected method

protected BleImplementationBase ( ) : System
return System

CreateNativeAdapter() protected abstract method

protected abstract CreateNativeAdapter ( ) : IAdapter
return IAdapter

GetInitialStateNative() protected abstract method

protected abstract GetInitialStateNative ( ) : BluetoothState
return BluetoothState

Initialize() public method

public Initialize ( ) : void
return void

InitializeNative() protected abstract method

protected abstract InitializeNative ( ) : void
return void