C# Class HomeSecurity.Web.Hubs.CommandEventArgs

Mostra file Open project: mlinnen/CloudHomeSecurity Class Usage Examples

Public Methods

Method Description
BuildCommandArgs ( string topic, string msg ) : CommandEventArgs
CommandEventArgs ( ) : System
CommandEventArgs ( string houseCode, string deviceCode, string locationCode, string command, string commandValue ) : System
GetMessage ( ) : string
GetTopic ( ) : string

Method Details

BuildCommandArgs() public static method

public static BuildCommandArgs ( string topic, string msg ) : CommandEventArgs
topic string
msg string
return CommandEventArgs

CommandEventArgs() public method

public CommandEventArgs ( ) : System
return System

CommandEventArgs() public method

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

GetMessage() public method

public GetMessage ( ) : string
return string

GetTopic() public method

public GetTopic ( ) : string
return string