Exemple #1
0
 /// <summary> Sends a free command. </summary>
 /// <param name="freeCommand"> The free command to send to the port. </param>
 public void SendFreeCommand(string freeCommand)
 {
     _messageUpdater.UpdateOutput("Sending free command...");
     ELLDevicePort.SendFreeString(freeCommand);
 }