C# Class Pebble.WP.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 ( PeerInformation peerInformation ) : Flint.Core
Write ( byte data ) : void

Private Methods

Méthode Description
StreamWatcherOnDataAvailible ( object sender, DataAvailibleEventArgs 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 ( PeerInformation peerInformation ) : Flint.Core
peerInformation Windows.Networking.Proximity.PeerInformation
Résultat Flint.Core

Write() public méthode

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