C# 클래스 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.
파일 보기 프로젝트 열기: joejarvis64/j64.AlarmServer 1 사용 예제들

공개 메소드들

메소드 설명
TpiCommand ( RequestCommand command, String data = null ) : System

Create a new command object

메소드 상세

TpiCommand() 공개 메소드

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