C# 클래스 Plugin.BLE.BleImplementation

상속: Plugin.BLE.Abstractions.BleImplementationBase
파일 보기 프로젝트 열기: xabre/xamarin-bluetooth-le 1 사용 예제들

공개 메소드들

메소드 설명
BleImplementation ( ) : System

보호된 메소드들

메소드 설명
CreateNativeAdapter ( ) : IAdapter
CreateNativeAdapter ( ) : Plugin.BLE.Abstractions.Contracts.IAdapter
GetInitialStateNative ( ) : BluetoothState
InitializeNative ( ) : void

비공개 메소드들

메소드 설명
GetState ( ) : BluetoothState
UpdateState ( BluetoothState state ) : void

메소드 상세

BleImplementation() 공개 메소드

public BleImplementation ( ) : System
리턴 System

CreateNativeAdapter() 보호된 메소드

protected CreateNativeAdapter ( ) : IAdapter
리턴 IAdapter

CreateNativeAdapter() 보호된 메소드

protected CreateNativeAdapter ( ) : Plugin.BLE.Abstractions.Contracts.IAdapter
리턴 Plugin.BLE.Abstractions.Contracts.IAdapter

GetInitialStateNative() 보호된 메소드

protected GetInitialStateNative ( ) : BluetoothState
리턴 BluetoothState

InitializeNative() 보호된 메소드

protected InitializeNative ( ) : void
리턴 void