Пример #1
0
 private void NotifyLogData(CommunicationState communicationState, SerialDataArgs serialDataArgs)
 {
     if(LogData != null)
         LogData(communicationState, serialDataArgs);
 }
Пример #2
0
 void _scanDataParser_ReadComplete(CommunicationState communicationState, SerialDataArgs e)
 {
     if(this.LogData != null)
         this.LogData(communicationState, e);
 }
Пример #3
0
 void serialIo_LogData(CommunicationState communicationState, SerialDataArgs evenArgs)
 {
     ThirdEyeApplicationContext.UpdateCurrentSensorModel(evenArgs.Sender);
 }