You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
760 B
19 lines
760 B
namespace Service.Station;
|
|
|
|
public class StationParamConst
|
|
{
|
|
public static readonly string StationNo = "Station.StationNo";
|
|
public static readonly string StationName = "Station.StationName";
|
|
|
|
#region cloud param
|
|
|
|
public static readonly string CloudServerIp = "Cloud.CloudServerIp";
|
|
public static readonly string CloudServerPort = "Cloud.CloudServerPort";
|
|
public static readonly string CloudClientId = "Cloud.CloudClientId";
|
|
public static readonly string CloudUsername = "Cloud.CloudUsername";
|
|
public static readonly string CloudPassword = "Cloud.CloudPassword";
|
|
public static readonly string CloudSubTopic = "Cloud.CloudSubTopic";
|
|
public static readonly string CloudPubTopic = "Cloud.CloudPubTopic";
|
|
|
|
#endregion
|
|
} |