Exemple #1
0
 /// <summary>
 /// Calls the OnCommLineTerminate method of the device.
 /// </summary>
 public void OnCommLineTerminate()
 {
     try
     {
         DeviceLogic.OnCommLineTerminate();
     }
     catch (Exception ex)
     {
         log.WriteException(ex, CommPhrases.ErrorInDevice, nameof(OnCommLineTerminate), DeviceLogic.Title);
     }
 }