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

Inheritance: ISpheroBluetoothWcfService
显示文件 Open project: slodge/BallControl

Public Methods

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

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