//Below allows for starting the necessary measurements on the APM
 protected virtual void Comm_ReceiveStatus(object sender, StatusEventArgs e)
 {
     Status status = e.GetStatus();
 }
Example #2
0
 //Below allows for starting the necessary measurements on the APM
 public void Comm_ReceiveStatus(object sender, StatusEventArgs e)
 {
     Status status = e.GetStatus();
 }