C# Class WP8_Sphero.SpheroHelper

Inheritance: INotifyPropertyChanged
显示文件 Open project: TechPreacher/WP8-Sphero-Control

Public Methods

Method 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

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

Method Details

Bluetooth_ConnectToSphero() public method

public Bluetooth_ConnectToSphero ( ) : void
return void

Bluetooth_Disconnect() public method

public Bluetooth_Disconnect ( ) : void
return void

Bluetooth_Roll() public method

public Bluetooth_Roll ( int direction, int speed ) : void
direction int
speed int
return void

Bluetooth_SetHeading() public method

public Bluetooth_SetHeading ( int heading ) : void
heading int
return void

Bluetooth_ShowBackLed() public method

public Bluetooth_ShowBackLed ( int bright ) : void
bright int
return void

Bluetooth_SpheroToFixedColor() public method

public Bluetooth_SpheroToFixedColor ( Color color ) : void
color Color
return void

SpheroHelper() public method

public SpheroHelper ( ) : System
return System