private void rfidError(object sender, Phidgets.Events.ErrorEventArgs e)
 {
     print("ERROR: " + e.Description);
 }
Esempio n. 2
0
 static void ir_Error(object sender, Phidgets.Events.ErrorEventArgs e)
 {
     Console.WriteLine(e.Description);
 }