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

Inheritance: IBluetoothConnection
Afficher le fichier Open project: barometz/flint

Méthodes publiques

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

Private Methods

Méthode Description
SerialPortOnDataReceived ( object sender, System.IO.Ports.SerialDataReceivedEventArgs e ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OpenAsync() public méthode

public OpenAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

PebbleBluetoothConnection() public méthode

public PebbleBluetoothConnection ( string port ) : System
port string
Résultat System

Write() public méthode

public Write ( byte data ) : void
data byte
Résultat void