Example #1
0
 public ConfigResponseBody(NodeDiscovery.www.teco.edu.SensorConfigurationType SensorConfig, NodeDiscovery.www.teco.edu.SensorConfigurationType AllSensorConfig, ushort BatteryVoltage, System.DateTime CurrentTime, System.DateTime UpTime)
 {
     this.SensorConfig    = SensorConfig;
     this.AllSensorConfig = AllSensorConfig;
     this.BatteryVoltage  = BatteryVoltage;
     this.CurrentTime     = CurrentTime;
     this.UpTime          = UpTime;
 }
Example #2
0
 public ConfigRequestBody(NodeDiscovery.www.teco.edu.SensorConfigurationType SensorConfig, System.DateTime NewTime)
 {
     this.SensorConfig = SensorConfig;
     this.NewTime      = NewTime;
 }