C# Class j64.AlarmServer.TpiCommand

A command is issued by the application and sent to the TPI. This class will handle creating the command and putting it into the correct format for the TPI.
Afficher le fichier Open project: joejarvis64/j64.AlarmServer Class Usage Examples

Méthodes publiques

Méthode Description
TpiCommand ( RequestCommand command, String data = null ) : System

Create a new command object

Method Details

TpiCommand() public méthode

Create a new command object
public TpiCommand ( RequestCommand command, String data = null ) : System
command RequestCommand
data String
Résultat System