C# Class Cirrious.Sphero.WorkBench.WinRTHackService.Singleton

Inheritance: ISpheroBluetoothWcfService
Mostra file Open project: slodge/BallControl

Public Properties

Property Type Description
Instance Singleton

Public Methods

Method Description
ConnectToSphero ( string spheroName ) : bool
GetAvailableSpheroNames ( ) : string[]
ReceiveFromSphero ( int max ) : byte[]
Reset ( ) : void
SendToSphero ( byte data ) : bool
Singleton ( ) : System

Method Details

ConnectToSphero() public method

public ConnectToSphero ( string spheroName ) : bool
spheroName string
return bool

GetAvailableSpheroNames() public method

public GetAvailableSpheroNames ( ) : string[]
return string[]

ReceiveFromSphero() public method

public ReceiveFromSphero ( int max ) : byte[]
max int
return byte[]

Reset() public method

public Reset ( ) : void
return void

SendToSphero() public method

public SendToSphero ( byte data ) : bool
data byte
return bool

Singleton() public method

public Singleton ( ) : System
return System

Property Details

Instance public_oe static_oe property

public static Singleton,Cirrious.Sphero.WorkBench.WinRTHackService Instance
return Singleton