Example #1
0
 public void RcvData(string InputString)
 {
     // Ignore... Possibly log the input for later reference?
     ServiceMain.AppendToLog("Data received in idle state: " + InputString);
 }
Example #2
0
 public void RcvACK()
 {
     // Bask in the praise of the instrument? It's acknowledging us for no reason!
     // Seriously though, maybe we should add inappropriate incoming transmissions to the log file.
     ServiceMain.AppendToLog("ACK received in idle state...?");
 }