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.
Show file Open project: joejarvis64/j64.AlarmServer Class Usage Examples

Public Methods

Method Description
TpiCommand ( RequestCommand command, String data = null ) : System

Create a new command object

Method Details

TpiCommand() public method

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