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 |
Method | Description | |
---|---|---|
GetBufferFromByteArray ( byte package ) : Windows.Storage.Streams.IBuffer | ||
OnPropertyChanged ( string propertyName ) : void |
public Bluetooth_Roll ( int direction, int speed ) : void | ||
direction | int | |
speed | int | |
return | void |
public Bluetooth_SetHeading ( int heading ) : void | ||
heading | int | |
return | void |
public Bluetooth_ShowBackLed ( int bright ) : void | ||
bright | int | |
return | void |
public Bluetooth_SpheroToFixedColor ( Color color ) : void | ||
color | Color | |
return | void |