コード例 #1
0
 private void FireNotificationEvent(ushort Warning, ushort Fault, ushort Disable)
 {
     SystemHost.Journal.AppendLog(ComplexParts.ATU, LogMessageType.Warning, string.Format("ATU device notification: warning {0}, fault {1}, disable {2}", Warning, Fault, Disable));
     m_Communication.PostATUNotificationEvent(Warning, Fault, Disable);
 }