コード例 #1
0
 public SetVentilationLevelMessageHandler(SerialCommandClient commandClient)
 {
     this.commandClient = commandClient;
 }
コード例 #2
0
 public SetConfortTemperatureMessageHandler(SerialCommandClient commandClient)
 {
     this.commandClient = commandClient;
 }