Beispiel #1
0
 public bool SendCommand(enuUnitCommand Cmd, byte Par, ushort Pr2)
 {
     OnSendCommand?.Invoke(null, new SendCommandEventArgs()
     {
         Cmd = Cmd, Par = Par, Pr2 = Pr2
     });
     return(true);
 }
Beispiel #2
0
 public bool SendCommand(enuUnitCommand Cmd, byte Par, ushort Pr2)
 {
     return(Controller.SendCommand(Cmd, Par, Pr2));
 }