C# Class rv.LampStatusCommand

Inheritance: Command
Afficher le fichier Open project: rit-sse-mycroft/app-projector Class Usage Examples

Méthodes publiques

Méthode Description
LampStatusCommand ( ) : System
dumpToString ( ) : string
getHoursOfLamp ( int l ) : int
getStatusOfLamp ( int l ) : Status

Private Methods

Méthode Description
getCommandString ( ) : string
processAnswerString ( string a ) : bool

Method Details

LampStatusCommand() public méthode

public LampStatusCommand ( ) : System
Résultat System

dumpToString() public méthode

public dumpToString ( ) : string
Résultat string

getHoursOfLamp() public méthode

public getHoursOfLamp ( int l ) : int
l int
Résultat int

getStatusOfLamp() public méthode

public getStatusOfLamp ( int l ) : Status
l int
Résultat Status