C# Class Windows.Pebble.Bluetooth.PebbleScanner.PebbleBluetoothConnection

Inheritance: IBluetoothConnection
Mostrar archivo Open project: barometz/flint

Public Methods

Method Description
Close ( ) : void
Dispose ( ) : void
OpenAsync ( ) : System.Threading.Tasks.Task
PebbleBluetoothConnection ( string port ) : System
Write ( byte data ) : void

Private Methods

Method Description
SerialPortOnDataReceived ( object sender, System.IO.Ports.SerialDataReceivedEventArgs e ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

OpenAsync() public method

public OpenAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

PebbleBluetoothConnection() public method

public PebbleBluetoothConnection ( string port ) : System
port string
return System

Write() public method

public Write ( byte data ) : void
data byte
return void