C# 클래스 WP8_Sphero.SpheroHelper

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: TechPreacher/WP8-Sphero-Control

공개 메소드들

메소드 설명
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