C# Class Cirrious.MvvmCross.Plugins.Sphero.Commands.BaseSpheroCommand

Inheritance: ISpheroCommand
Afficher le fichier Open project: slodge/BallControl

Méthodes publiques

Méthode Description
GetBytes ( int sequenceNumber ) : byte[]
ProcessResponse ( SpheroResponse response ) : ISpheroMessage
ToString ( ) : string

Méthodes protégées

Méthode Description
BaseSpheroCommand ( byte deviceId, byte commandId ) : Cirrious.MvvmCross.Plugins.Sphero.Interfaces
GetPayloadBytes ( ) : byte[]

Method Details

BaseSpheroCommand() protected méthode

protected BaseSpheroCommand ( byte deviceId, byte commandId ) : Cirrious.MvvmCross.Plugins.Sphero.Interfaces
deviceId byte
commandId byte
Résultat Cirrious.MvvmCross.Plugins.Sphero.Interfaces

GetBytes() public méthode

public GetBytes ( int sequenceNumber ) : byte[]
sequenceNumber int
Résultat byte[]

GetPayloadBytes() protected abstract méthode

protected abstract GetPayloadBytes ( ) : byte[]
Résultat byte[]

ProcessResponse() public méthode

public ProcessResponse ( SpheroResponse response ) : ISpheroMessage
response Cirrious.MvvmCross.Plugins.Sphero.Messages.SpheroResponse
Résultat ISpheroMessage

ToString() public méthode

public ToString ( ) : string
Résultat string