C# Класс WP8_Sphero.SpheroHelper

Наследование: INotifyPropertyChanged
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
GetBufferFromByteArray ( byte package ) : Windows.Storage.Streams.IBuffer
OnPropertyChanged ( string propertyName ) : void

Описание методов

Bluetooth_ConnectToSphero() публичный Метод

public Bluetooth_ConnectToSphero ( ) : void
Результат void

Bluetooth_Disconnect() публичный Метод

public Bluetooth_Disconnect ( ) : void
Результат void

Bluetooth_Roll() публичный Метод

public Bluetooth_Roll ( int direction, int speed ) : void
direction int
speed int
Результат void

Bluetooth_SetHeading() публичный Метод

public Bluetooth_SetHeading ( int heading ) : void
heading int
Результат void

Bluetooth_ShowBackLed() публичный Метод

public Bluetooth_ShowBackLed ( int bright ) : void
bright int
Результат void

Bluetooth_SpheroToFixedColor() публичный Метод

public Bluetooth_SpheroToFixedColor ( Color color ) : void
color Color
Результат void

SpheroHelper() публичный Метод

public SpheroHelper ( ) : System
Результат System