C# 클래스 Windows.Pebble.Bluetooth.PebbleScanner.PebbleBluetoothConnection

상속: IBluetoothConnection
파일 보기 프로젝트 열기: barometz/flint

공개 메소드들

메소드 설명
Close ( ) : void
Dispose ( ) : void
OpenAsync ( ) : System.Threading.Tasks.Task
PebbleBluetoothConnection ( string port ) : System
Write ( byte data ) : void

비공개 메소드들

메소드 설명
SerialPortOnDataReceived ( object sender, System.IO.Ports.SerialDataReceivedEventArgs e ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

OpenAsync() 공개 메소드

public OpenAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

PebbleBluetoothConnection() 공개 메소드

public PebbleBluetoothConnection ( string port ) : System
port string
리턴 System

Write() 공개 메소드

public Write ( byte data ) : void
data byte
리턴 void