예제 #1
0
 static void X10_PlcFunctionReceived(object sender, PlcFunctionReceivedEventArgs args)
 {
     Console.WriteLine("PLC function received: Command {0} HouseCode {1}", args.Command, args.HouseCode);
 }
예제 #2
0
파일: Program.cs 프로젝트: slashx57/Domino
 static void X10_PlcFunctionReceived(object sender, PlcFunctionReceivedEventArgs args)
 {
     logger.Info("PLC function received: Command {0} HouseCode {1}", args.Command, args.HouseCode);
 }