C# 클래스 Plugin.BLE.Abstractions.BleImplementationBase

상속: IBluetoothLE
파일 보기 프로젝트 열기: xabre/xamarin-bluetooth-le

공개 메소드들

메소드 설명
Initialize ( ) : void

보호된 메소드들

메소드 설명
BleImplementationBase ( ) : System
CreateNativeAdapter ( ) : IAdapter
GetInitialStateNative ( ) : BluetoothState
InitializeNative ( ) : void

비공개 메소드들

메소드 설명
CreateAdapter ( ) : IAdapter

메소드 상세

BleImplementationBase() 보호된 메소드

protected BleImplementationBase ( ) : System
리턴 System

CreateNativeAdapter() 보호된 추상적인 메소드

protected abstract CreateNativeAdapter ( ) : IAdapter
리턴 IAdapter

GetInitialStateNative() 보호된 추상적인 메소드

protected abstract GetInitialStateNative ( ) : BluetoothState
리턴 BluetoothState

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

InitializeNative() 보호된 추상적인 메소드

protected abstract InitializeNative ( ) : void
리턴 void