C# Class WP8_Sphero.SpheroHelper

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: TechPreacher/WP8-Sphero-Control

Méthodes publiques

Méthode Description
Bluetooth_ConnectToSphero ( ) : void
Bluetooth_Disconnect ( ) : void
Bluetooth_Roll ( int direction, int speed ) : void
Bluetooth_SetHeading ( int heading ) : void
Bluetooth_ShowBackLed ( int bright ) : void
Bluetooth_SpheroToFixedColor ( Color color ) : void
SpheroHelper ( ) : System

Private Methods

Méthode Description
GetBufferFromByteArray ( byte package ) : Windows.Storage.Streams.IBuffer
OnPropertyChanged ( string propertyName ) : void

Method Details

Bluetooth_ConnectToSphero() public méthode

public Bluetooth_ConnectToSphero ( ) : void
Résultat void

Bluetooth_Disconnect() public méthode

public Bluetooth_Disconnect ( ) : void
Résultat void

Bluetooth_Roll() public méthode

public Bluetooth_Roll ( int direction, int speed ) : void
direction int
speed int
Résultat void

Bluetooth_SetHeading() public méthode

public Bluetooth_SetHeading ( int heading ) : void
heading int
Résultat void

Bluetooth_ShowBackLed() public méthode

public Bluetooth_ShowBackLed ( int bright ) : void
bright int
Résultat void

Bluetooth_SpheroToFixedColor() public méthode

public Bluetooth_SpheroToFixedColor ( Color color ) : void
color Color
Résultat void

SpheroHelper() public méthode

public SpheroHelper ( ) : System
Résultat System