C# 클래스 HomeSecurity.Web.Hubs.CommandEventArgs

파일 보기 프로젝트 열기: mlinnen/CloudHomeSecurity 1 사용 예제들

공개 메소드들

메소드 설명
BuildCommandArgs ( string topic, string msg ) : CommandEventArgs
CommandEventArgs ( ) : System
CommandEventArgs ( string houseCode, string deviceCode, string locationCode, string command, string commandValue ) : System
GetMessage ( ) : string
GetTopic ( ) : string

메소드 상세

BuildCommandArgs() 공개 정적인 메소드

public static BuildCommandArgs ( string topic, string msg ) : CommandEventArgs
topic string
msg string
리턴 CommandEventArgs

CommandEventArgs() 공개 메소드

public CommandEventArgs ( ) : System
리턴 System

CommandEventArgs() 공개 메소드

public CommandEventArgs ( string houseCode, string deviceCode, string locationCode, string command, string commandValue ) : System
houseCode string
deviceCode string
locationCode string
command string
commandValue string
리턴 System

GetMessage() 공개 메소드

public GetMessage ( ) : string
리턴 string

GetTopic() 공개 메소드

public GetTopic ( ) : string
리턴 string